Merged r3006 from experimental.
This commit is contained in:
parent
4275c72815
commit
8e3ccf74cc
1 changed files with 4 additions and 5 deletions
|
@ -430,7 +430,7 @@ menu "--- Build Settings"
|
||||||
#
|
#
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Tests ->"
|
prompt "Tests level"
|
||||||
depends CONFIG_TESTS
|
depends CONFIG_TESTS
|
||||||
default TEST_1
|
default TEST_1
|
||||||
|
|
||||||
|
@ -452,21 +452,20 @@ menu "--- Build Settings"
|
||||||
default "3" if TST_3
|
default "3" if TST_3
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Flavour ->"
|
prompt "Flavour"
|
||||||
depends CONFIG_TESTS
|
depends CONFIG_TESTS
|
||||||
|
|
||||||
config NO_BOMB
|
config NO_BOMB
|
||||||
bool "Don't stop on test suite failures"
|
bool "Don't stop on test suite failures"
|
||||||
default n
|
|
||||||
|
|
||||||
config BOMB
|
config BOMB
|
||||||
bool "Abort the build at the first test suite failure"
|
bool "Abort the build at the first test suite failure"
|
||||||
default n
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BOMB_TEST
|
config BOMB_TEST
|
||||||
bool
|
bool
|
||||||
default BOMB
|
default n if NO_BOMB
|
||||||
|
default y if BOMB
|
||||||
|
|
||||||
#--- End Test Suites
|
#--- End Test Suites
|
||||||
|
|
||||||
|
|
Reference in a new issue