From fd98105c94d6fcbbe4322f1ef5684e4d751b8341 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 17 Feb 2021 13:50:57 +0100 Subject: [PATCH] tests/struct_tm_utility: Add Kconfig defaults --- tests/struct_tm_utility/app.config.test | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/struct_tm_utility/app.config.test diff --git a/tests/struct_tm_utility/app.config.test b/tests/struct_tm_utility/app.config.test new file mode 100644 index 0000000000..f7b3f7834e --- /dev/null +++ b/tests/struct_tm_utility/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_SHELL=y +CONFIG_MODULE_TIMEX=y