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

Add DISABLE_MODULE += auto_init to tests

parent d22a4a3f
No related branches found
No related tags found
No related merge requests found
Showing
with 39 additions and 0 deletions
...@@ -12,6 +12,8 @@ USEMODULE += bloom ...@@ -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 ...@@ -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
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
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
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
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 ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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
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
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
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
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
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
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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment