Commit 01281ed8 authored by Anas Nashif's avatar Anas Nashif Committed by Carles Cufi
Browse files

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: default avatarAnas Nashif <anas.nashif@intel.com>
parent 97b351fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.