zephyr/samples/bluetooth/hci_uart/testcase.ini
Johan Hedberg 87e18b4fbb Bluetooth: samples: Use consistent naming for HCI apps
The convention for Zephyr sample names is to use _ instead of - for
delimiting words.

Change-Id: I08a63e9f600deb38183f81ddb8f8bf407b6eec2e
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-11-09 08:57:52 +02:00

13 lines
325 B
INI

[test_arm]
tags = uart bluetooth
build_only = true
arch_whitelist = arm
platform_whitelist = 96b_nitrogen nrf51_pca10028 nrf52_pca10040
[test_nrf5]
tags = uart bluetooth
build_only = true
arch_whitelist = arm
platform_whitelist = 96b_nitrogen nrf51_pca10028 nrf52_pca10040 arduino_101_ble
extra_args = CONF_FILE="nrf5.conf"