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:
Anas Nashif 2022-07-05 13:32:31 -04:00 committed by Carles Cufí
parent 47a673f2f4
commit 32c22cc63a

View file

@ -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.