tests: ztest: move TEST_LOGGING_FLUSH_AFTER_TEST under ztest
This config option is only used with ztest, so move it under ztest. Otherwise it appears in .config when you build ANY application. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ebaf501de9
commit
51cb40e5b3
2 changed files with 5 additions and 5 deletions
|
@ -87,11 +87,6 @@ config TEST_LOGGING_DEFAULTS
|
|||
logging configuration, or no logging at all, disable this
|
||||
in the project-level defconfig.
|
||||
|
||||
config TEST_LOGGING_FLUSH_AFTER_TEST
|
||||
bool "When enabled logs are flushed after each test case"
|
||||
default y
|
||||
depends on MULTITHREADING
|
||||
|
||||
config TEST_ENABLE_USERSPACE
|
||||
bool
|
||||
depends on TEST_USERSPACE
|
||||
|
|
|
@ -124,6 +124,11 @@ endif #ZTEST_SHUFFLE
|
|||
|
||||
endif # ZTEST_NEW_API
|
||||
|
||||
config TEST_LOGGING_FLUSH_AFTER_TEST
|
||||
bool "When enabled logs are flushed after each test case"
|
||||
default y
|
||||
depends on MULTITHREADING
|
||||
|
||||
endif # ZTEST
|
||||
|
||||
config ZTEST_MOCKING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue