[PATCH 2/2] test: self: include new tests in CONFIG_SELFTEST_ENABLE_ALL
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Jun 20 00:23:40 PDT 2022
We have gained some tests, since last touching this symbol, so update
it.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
test/self/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/self/Kconfig b/test/self/Kconfig
index a5eac85646b7..680196a4fe29 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
--
2.30.2
More information about the barebox
mailing list