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:
parent
97b351fb66
commit
01281ed8af
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue