Merge pull request #13578 from benpicco/tests-auto_init

tests: clean up use of auto_init
This commit is contained in:
Alexandre Abadie 2020-03-06 20:19:54 +01:00 committed by GitHub
commit 95f34e00b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,6 @@
include ../Makefile.tests_common
# As it is a simple compilation test, only the basic modules are needed
DISABLE_MODULE := \
auto_init \
core_msg \
#
DISABLE_MODULE := core_msg
include $(RIOTBASE)/Makefile.include

View File

@ -1,6 +1,5 @@
include ../Makefile.tests_common
USEMODULE += auto_init
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include