ztest: enable ZTEST_NEW_API by default

Enable by default so we can remove kconfigs from tests/samples and keep
things working as before.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-09 23:32:38 +00:00 committed by Carles Cufí
commit 01281ed8af

View file

@ -12,6 +12,7 @@ if ZTEST
config ZTEST_NEW_API
bool "Use the new Ztest API"
default y
help
Enables the new Ztest APIs for creating suites and unit tests in
separate compilation units as well as the new 'rules' API.