Skip to content

Commit a6d1754

Browse files
ioannisgcarlescufi
authored andcommitted
tests: kernel: fatal: add missing CONFIG_TEST=y in test suite
Enable CONFIG_TEST in the message_capture test suite. This allows certain Kconfig configurations, depending on TEST, to be enabled. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 6675f47 commit a6d1754

File tree

1 file changed

+1
-2
lines changed
  • tests/kernel/fatal/message_capture

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CONFIG_LOG=y
2-
CONFIG_LOG_MODE_MINIMAL=y
1+
CONFIG_TEST=y

0 commit comments

Comments
 (0)