1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

unittests: do not use auto_init

This commit is contained in:
Martine Lenders 2014-08-21 20:45:36 +02:00
parent 4450d5a8e2
commit b1035acc98

View File

@ -24,6 +24,8 @@ else
UNIT_TESTS := $(filter tests-%, $(MAKECMDGOALS))
endif
DISABLE_MODULE += auto_init
# Pull in `Makefile.include`s from the test suites:
-include $(UNIT_TESTS:%=$(RIOTBASE)/tests/unittests/%/Makefile.include)