From 684cabff719c587d88e22ce7e050f08b80204f85 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 23 Apr 2022 16:49:59 +0200 Subject: [PATCH] tests/cpp_ctors: add Kconfig support --- tests/cpp_ctors/app.config.test | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/cpp_ctors/app.config.test diff --git a/tests/cpp_ctors/app.config.test b/tests/cpp_ctors/app.config.test new file mode 100644 index 0000000000..d50f5b2c36 --- /dev/null +++ b/tests/cpp_ctors/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_CPP=y +CONFIG_MODULE_EMBUNIT=y