This adds a test case that passes prj_nble.conf as CONF_FILE so that the same code tested using HCI Bluetooth driver is also tested using NBLE driver. Change-Id: Ia4ad59d74b82c02007c55ea4fa8f53833d7a7fe5 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
8 lines
171 B
Makefile
8 lines
171 B
Makefile
BOARD ?= qemu_x86
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE ?= prj.conf
|
|
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|