From 609ba37b81e7e04e8c73b5fee95bf2a8dc679f9e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 19 May 2023 15:40:57 +0200 Subject: [PATCH] tests/pkg/libbase58: add Kconfig config --- tests/pkg/libbase58/app.config.test | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/pkg/libbase58/app.config.test diff --git a/tests/pkg/libbase58/app.config.test b/tests/pkg/libbase58/app.config.test new file mode 100644 index 0000000000..3e6e71f2b5 --- /dev/null +++ b/tests/pkg/libbase58/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_PACKAGE_LIBBASE58=y