summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk19
1 files changed, 1 insertions, 18 deletions
diff --git a/test/build.mk b/test/build.mk
index 2bcd163655..08687e9d01 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -6,26 +6,9 @@
# on-board test binaries build
#
-test-list-y=pingpong timer_calib timer_dos timer_jump mutex utils utils_str
+test-list-y ?= pingpong timer_calib timer_dos timer_jump mutex utils utils_str
#disable: powerdemo
-test-list-$(BOARD_BDS)+=
-
-test-list-$(BOARD_HAMMER)+=entropy
-
-# Samus has board-specific chipset code, and the tests don't
-# compile with it. Disable them for now.
-test-list-$(BOARD_SAMUS)=
-
-# So does Cr50
-test-list-$(BOARD_CR50)=
-
-# For some tests, we are running out of RAM. Disable them for now.
-test-list-$(BOARD_GLADOS_PD)=
-test-list-$(BOARD_CHELL_PD)=
-test-list-$(BOARD_OAK_PD)=
-test-list-$(BOARD_SAMUS_PD)=
-
# Emulator tests
ifneq ($(TEST_LIST_HOST),)
test-list-host=$(TEST_LIST_HOST)