ztest: generate symbols for tests
This will help with parsing testcases in test binaries. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
47a673f2f4
commit
32c22cc63a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
config ZTEST
|
config ZTEST
|
||||||
bool "Zephyr testing framework"
|
bool "Zephyr testing framework"
|
||||||
select TEST
|
select TEST
|
||||||
|
select OUTPUT_SYMBOLS
|
||||||
help
|
help
|
||||||
Enable the Zephyr testing framework. You should enable this only
|
Enable the Zephyr testing framework. You should enable this only
|
||||||
if you're writing automated tests.
|
if you're writing automated tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue