From 41a0dd62a85c41c91b5ad18f7c4ce634bf4137a5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 20 May 2023 16:42:20 +0200 Subject: [PATCH] tests/sys/pipe: add Kconfig config --- tests/sys/pipe/app.config.test | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/sys/pipe/app.config.test diff --git a/tests/sys/pipe/app.config.test b/tests/sys/pipe/app.config.test new file mode 100644 index 0000000000..18cf9c2314 --- /dev/null +++ b/tests/sys/pipe/app.config.test @@ -0,0 +1 @@ +CONFIG_MODULE_PIPE=y