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í
commit 32c22cc63a

View file

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