1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/c11_atomics_cpp_compat: don't disable auto_init

There is no reason to disable auto_init for this test.
Since the test only uses stdout, nothing would get initialized
anyway.
This commit is contained in:
Benjamin Valentin 2020-03-06 15:16:18 +01:00
parent 57a0e3acc8
commit d31eedb831

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