Move all bluetooth testcases to tests/ and change Makefiles accordingly where applicable. Also fix Makefile to make some variables overridable and reduce level of whitelisting in testcase.ini. Change-Id: Ia71ee1fbbb238c45280b1e3c4747ca2f748f5263 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
170 B
Makefile
8 lines
170 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
|