summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-10-10 08:14:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-11 17:00:08 +0200
commita88a6d79948fe186822c3179bceab76ea5a18af8 (patch)
tree349a598948e1ee9f10721d1ea649c73ea910921d /test
parent81e75741777aa969feb331a42232b200bda655ba (diff)
downloadbarebox-a88a6d79948fe186822c3179bceab76ea5a18af8.tar.gz
test: self: always build envvar test when SELFTEST_ENABLE_ALL
The test can cope with CONFIG_ENVIRONMENT_VARIABLES being disabled and just skips the tests that can't run without. This still has value, because it tests barebox behavior without environment variables enabled. Therefore, enable the test always for CONFIG_SELFTEST_ENABLE_ALL=y Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221010061437.2085412-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'test')
-rw-r--r--test/self/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/self/Kconfig b/test/self/Kconfig
index 58a782f75f..5afa0d2c25 100644
--- a/test/self/Kconfig
+++ b/test/self/Kconfig
@@ -32,7 +32,7 @@ config SELFTEST_ENABLE_ALL
select SELFTEST_MALLOC
select SELFTEST_PROGRESS_NOTIFIER
select SELFTEST_OF_MANIPULATION
- select SELFTEST_ENVIRONMENT_VARIABLES if ENVIRONMENT_VARIABLES
+ select SELFTEST_ENVIRONMENT_VARIABLES
imply SELFTEST_TFTP
help
Selects all self-tests compatible with current configuration