zephyr/tests/kernel/obj_tracing/prj.conf
Anas Nashif f88f57b5c2 tests: obj_tracing: disable BT for this test
BT does use a semaphore, which does cause the count of sempahores to
fail, disable BT here to only keep locally created objects.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-15 18:31:47 -05:00

5 lines
75 B
Plaintext

CONFIG_OBJECT_TRACING=y
CONFIG_THREAD_MONITOR=y
CONFIG_ZTEST=y
CONFIG_BT=n