summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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