Skip to content
Snippets Groups Projects
Commit eaed2f1b authored by René Kijewski's avatar René Kijewski
Browse files

Merge pull request #1594 from authmillenon/unittests-no-auto-init

unittests: do not use auto_init
parents ad70bb03 b1035acc
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ else ...@@ -24,6 +24,8 @@ else
UNIT_TESTS := $(filter tests-%, $(MAKECMDGOALS)) UNIT_TESTS := $(filter tests-%, $(MAKECMDGOALS))
endif endif
DISABLE_MODULE += auto_init
# Pull in `Makefile.include`s from the test suites: # Pull in `Makefile.include`s from the test suites:
-include $(UNIT_TESTS:%=$(RIOTBASE)/tests/unittests/%/Makefile.include) -include $(UNIT_TESTS:%=$(RIOTBASE)/tests/unittests/%/Makefile.include)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment