mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Add DISABLE_MODULE += auto_init to tests
This commit is contained in:
parent
d22a4a3f44
commit
34aec1928a
@ -12,6 +12,8 @@ USEMODULE += bloom
|
||||
|
||||
export PROJDEPS = sets.h
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
sets.h: generate_sets.py words.txt.gz
|
||||
|
@ -9,5 +9,7 @@ USEMODULE += hashes
|
||||
USEMODULE += bloom
|
||||
USEMODULE += random
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
endif
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_float
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_hwtimer
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_hwtimer_spin
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_mutex_unlock_and_sleep
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -4,5 +4,6 @@ include ../Makefile.tests_common
|
||||
USEMODULE += posix
|
||||
|
||||
export INCLUDES += -I$(RIOTBASE)/sys/posix/include
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -3,4 +3,6 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += posix
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -4,4 +4,6 @@ include ../Makefile.tests_common
|
||||
USEMODULE += posix
|
||||
USEMODULE += pthread
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -4,4 +4,6 @@ include ../Makefile.tests_common
|
||||
USEMODULE += posix
|
||||
USEMODULE += pthread
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -3,4 +3,6 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += vtimer
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -3,4 +3,6 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += crypto_sha256
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -6,4 +6,6 @@ USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
USEMODULE += posix
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_thread_basic
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,5 +1,7 @@
|
||||
export PROJECT = test_thread_cooperation
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_thread_exit
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_thread_msg
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_thread_msg_block_w_queue
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_thread_msg_block_wo_queue
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,6 @@
|
||||
export PROJECT = test_thread_msg_seq
|
||||
include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user