summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/build.mk b/test/build.mk
index dd840f7802..8853042de6 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -17,14 +17,21 @@ test-list-$(BOARD_HAMMER)+=entropy rsa3
# compile with it. Disable them for now.
test-list-$(BOARD_SAMUS)=
-# So does Cr50
-test-list-$(BOARD_CR50)=
+# So does anything that runs on chip/g
+ifneq ($(CHIP_G),)
+test-list-y=
+endif
+
+# Hadoken does not support scratchpad
+test-list-$(BOARD_HADOKEN)=
# 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)=
+test-list-$(BOARD_COFFEECAKE)=
+test-list-$(BOARD_SERVO_V4)=
# Emulator tests
ifneq ($(TEST_LIST_HOST),)