summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-10-10 08:14:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-11 16:58:37 +0200
commit81e75741777aa969feb331a42232b200bda655ba (patch)
tree9b52f18494252c286688f09aca6dfac12d1fb616 /test
parent0a21d8bbc3cd129d8f0ad2455417d4ce3f875a5d (diff)
downloadbarebox-81e75741777aa969feb331a42232b200bda655ba.tar.gz
test: self: change CONFIG_CMD_SELFTEST default to y
If a user enables CONFIG_SELFTEST, there's a fair chance, they don't mind having a selftest command to exercise the enabled test. Thus enable this by default. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221010061437.2085412-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'test')
-rw-r--r--test/self/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/self/Kconfig b/test/self/Kconfig
index 03cfa89987..58a782f75f 100644
--- a/test/self/Kconfig
+++ b/test/self/Kconfig
@@ -10,6 +10,7 @@ if SELFTEST
config CMD_SELFTEST
bool "selftest command"
depends on COMMAND_SUPPORT
+ default y
help
Command to run enabled barebox self-tests.
If run without arguments, all tests are run