mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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
|
export PROJDEPS = sets.h
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
sets.h: generate_sets.py words.txt.gz
|
sets.h: generate_sets.py words.txt.gz
|
||||||
|
@ -9,5 +9,7 @@ USEMODULE += hashes
|
|||||||
USEMODULE += bloom
|
USEMODULE += bloom
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
endif
|
endif
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_float
|
export PROJECT = test_float
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_hwtimer
|
export PROJECT = test_hwtimer
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_hwtimer_spin
|
export PROJECT = test_hwtimer_spin
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_mutex_unlock_and_sleep
|
export PROJECT = test_mutex_unlock_and_sleep
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -4,5 +4,6 @@ include ../Makefile.tests_common
|
|||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
|
||||||
export INCLUDES += -I$(RIOTBASE)/sys/posix/include
|
export INCLUDES += -I$(RIOTBASE)/sys/posix/include
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -3,4 +3,6 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -4,4 +4,6 @@ include ../Makefile.tests_common
|
|||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
USEMODULE += pthread
|
USEMODULE += pthread
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -4,4 +4,6 @@ include ../Makefile.tests_common
|
|||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
USEMODULE += pthread
|
USEMODULE += pthread
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -3,4 +3,6 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -3,4 +3,6 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
USEMODULE += crypto_sha256
|
USEMODULE += crypto_sha256
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -6,4 +6,6 @@ USEMODULE += shell_commands
|
|||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_thread_basic
|
export PROJECT = test_thread_basic
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
export PROJECT = test_thread_cooperation
|
export PROJECT = test_thread_cooperation
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_thread_exit
|
export PROJECT = test_thread_exit
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_thread_msg
|
export PROJECT = test_thread_msg
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_thread_msg_block_w_queue
|
export PROJECT = test_thread_msg_block_w_queue
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_thread_msg_block_wo_queue
|
export PROJECT = test_thread_msg_block_wo_queue
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export PROJECT = test_thread_msg_seq
|
export PROJECT = test_thread_msg_seq
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
Loading…
Reference in New Issue
Block a user