summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2016-01-27 17:05:19 +0200
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:25:27 -0500
commit1636eca4cbd1f380f22568da61d5ae2d9203d9e2 (patch)
tree617c227a67f759a37c36d2e05ae352b47c83b314 /samples
parentd5d9e081c62b9898b885733a291ad604e69e4b65 (diff)
Bluetooth: shell: Add NBLE shell test to sanitycheck
Test can be verified with $ sanitycheck -s bluetooth/shell/test_nble -v arduino_101 bluetooth/shell/test_nble PASSED Change-Id: Icfc5892524041d169973bd6eb7d23b6ecffb98fc Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/bluetooth/shell/testcase.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/bluetooth/shell/testcase.ini b/samples/bluetooth/shell/testcase.ini
index 2eaa2890c..fa41857b9 100644
--- a/samples/bluetooth/shell/testcase.ini
+++ b/samples/bluetooth/shell/testcase.ini
@@ -10,3 +10,9 @@ tags = bluetooth
build_only = true
arch_whitelist = arm
+[test_nble]
+tags = bluetooth
+build_only = true
+extra_args = CONF_FILE="prj_nble.conf" BOARD="arduino_101"
+arch_whitelist = x86
+platform_whitelist = arduino_101