From f42664554e6de7db187882e17bb5ac646d64f428 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 9 Feb 2016 13:41:22 -0800 Subject: sanitycheck: enable build tests for Arduino Due This enables sanitycheck to build for Arduino Due. Note that there is no on-board bluetooth so bluetooth tests are skipped. Change-Id: I4f564e68ec65f01b7b33a32f6d0d7749290c0e5b Signed-off-by: Daniel Leung --- samples/bluetooth/beacon/testcase.ini | 1 + samples/bluetooth/central/testcase.ini | 3 ++- samples/bluetooth/ipsp/testcase.ini | 1 + samples/bluetooth/peripheral/testcase.ini | 1 + samples/bluetooth/peripheral_dis/testcase.ini | 1 + samples/bluetooth/peripheral_sc_only/testcase.ini | 1 + samples/bluetooth/shell/testcase.ini | 1 + samples/microkernel/test/test_tickless/testcase.ini | 1 - samples/nanokernel/apps/gpio/testcase.ini | 5 +++-- 9 files changed, 11 insertions(+), 4 deletions(-) (limited to 'samples') diff --git a/samples/bluetooth/beacon/testcase.ini b/samples/bluetooth/beacon/testcase.ini index e0a2a7bca..53b82525e 100644 --- a/samples/bluetooth/beacon/testcase.ini +++ b/samples/bluetooth/beacon/testcase.ini @@ -9,6 +9,7 @@ config_whitelist = CONFIG_SOC="ia32" tags = bluetooth build_only = true arch_whitelist = arm +platform_whitelist = !arduino_due [test_nble] tags = bluetooth diff --git a/samples/bluetooth/central/testcase.ini b/samples/bluetooth/central/testcase.ini index 3206e8893..ad30471b5 100644 --- a/samples/bluetooth/central/testcase.ini +++ b/samples/bluetooth/central/testcase.ini @@ -8,4 +8,5 @@ config_whitelist = CONFIG_SOC="ia32" [test_arm] tags = bluetooth build_only = true -arch_whitelist = arm \ No newline at end of file +arch_whitelist = arm +platform_whitelist = !arduino_due diff --git a/samples/bluetooth/ipsp/testcase.ini b/samples/bluetooth/ipsp/testcase.ini index 568eed411..7376073cf 100644 --- a/samples/bluetooth/ipsp/testcase.ini +++ b/samples/bluetooth/ipsp/testcase.ini @@ -9,3 +9,4 @@ config_whitelist = CONFIG_SOC="ia32" tags = bluetooth,net build_only = true arch_whitelist = arm +platform_whitelist = !arduino_due diff --git a/samples/bluetooth/peripheral/testcase.ini b/samples/bluetooth/peripheral/testcase.ini index e0a2a7bca..53b82525e 100644 --- a/samples/bluetooth/peripheral/testcase.ini +++ b/samples/bluetooth/peripheral/testcase.ini @@ -9,6 +9,7 @@ config_whitelist = CONFIG_SOC="ia32" tags = bluetooth build_only = true arch_whitelist = arm +platform_whitelist = !arduino_due [test_nble] tags = bluetooth diff --git a/samples/bluetooth/peripheral_dis/testcase.ini b/samples/bluetooth/peripheral_dis/testcase.ini index 96903079e..ad30471b5 100644 --- a/samples/bluetooth/peripheral_dis/testcase.ini +++ b/samples/bluetooth/peripheral_dis/testcase.ini @@ -9,3 +9,4 @@ config_whitelist = CONFIG_SOC="ia32" tags = bluetooth build_only = true arch_whitelist = arm +platform_whitelist = !arduino_due diff --git a/samples/bluetooth/peripheral_sc_only/testcase.ini b/samples/bluetooth/peripheral_sc_only/testcase.ini index 96903079e..ad30471b5 100644 --- a/samples/bluetooth/peripheral_sc_only/testcase.ini +++ b/samples/bluetooth/peripheral_sc_only/testcase.ini @@ -9,3 +9,4 @@ config_whitelist = CONFIG_SOC="ia32" tags = bluetooth build_only = true arch_whitelist = arm +platform_whitelist = !arduino_due diff --git a/samples/bluetooth/shell/testcase.ini b/samples/bluetooth/shell/testcase.ini index c90668826..98d06cdc6 100644 --- a/samples/bluetooth/shell/testcase.ini +++ b/samples/bluetooth/shell/testcase.ini @@ -9,6 +9,7 @@ config_whitelist = CONFIG_SOC="ia32" tags = bluetooth build_only = true arch_whitelist = arm +platform_whitelist = !arduino_due [test_nble] tags = bluetooth diff --git a/samples/microkernel/test/test_tickless/testcase.ini b/samples/microkernel/test/test_tickless/testcase.ini index 460dd7694..d0c6a3351 100644 --- a/samples/microkernel/test/test_tickless/testcase.ini +++ b/samples/microkernel/test/test_tickless/testcase.ini @@ -1,4 +1,3 @@ [test] tags = core config_whitelist = !CONFIG_SOC_TI_LM3S6965_QEMU - diff --git a/samples/nanokernel/apps/gpio/testcase.ini b/samples/nanokernel/apps/gpio/testcase.ini index 57596439d..ad1f48c9e 100644 --- a/samples/nanokernel/apps/gpio/testcase.ini +++ b/samples/nanokernel/apps/gpio/testcase.ini @@ -2,6 +2,7 @@ build_only = true tags = drivers -arch_whitelist = x86 arc +arch_whitelist = x86 arc arm platform_whitelist = quark_se_ctb quark_se_devboard quark_se_sss_ctb \ - arduino_101 arduino_101_sss + arduino_101 arduino_101_sss \ + arduino_due -- cgit v1.2.3