summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-07-22 06:57:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-08-09 07:26:22 +0200
commit0a3e971321da86157ffb6749c74f1a17a2706a8e (patch)
treea5ad739972ee270fc5d850756e779097ec712f2f /test
parent6329b5beb47b98145364347dc9eb6136bb6df279 (diff)
downloadbarebox-0a3e971321da86157ffb6749c74f1a17a2706a8e.tar.gz
test: self: include new tests in CONFIG_SELFTEST_ENABLE_ALL
We have gained some tests, since last touching this symbol, so update it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220722045729.3041834-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, 2 insertions, 0 deletions
diff --git a/test/self/Kconfig b/test/self/Kconfig
index a5eac85646..680196a4fe 100644
--- a/test/self/Kconfig
+++ b/test/self/Kconfig
@@ -28,7 +28,9 @@ config SELFTEST_AUTORUN
config SELFTEST_ENABLE_ALL
bool "Enable all self-tests"
select SELFTEST_PRINTF
+ select SELFTEST_MALLOC
select SELFTEST_PROGRESS_NOTIFIER
+ select SELFTEST_OF_MANIPULATION
select SELFTEST_ENVIRONMENT_VARIABLES if ENVIRONMENT_VARIABLES
help
Selects all self-tests compatible with current configuration