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
|
@ -4,6 +4,7 @@
|
|||
config ZTEST
|
||||
bool "Zephyr testing framework"
|
||||
select TEST
|
||||
select OUTPUT_SYMBOLS
|
||||
help
|
||||
Enable the Zephyr testing framework. You should enable this only
|
||||
if you're writing automated tests.
|
||||
|
|
Loading…
Reference in a new issue