From c6003dc1614cb296c3e6767afe6eda05e97391c1 Mon Sep 17 00:00:00 2001 From: GreenWizard Date: Thu, 28 Dec 2023 13:31:20 +0100 Subject: [PATCH] last try --- controller/tea_poor/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/tea_poor/platformio.ini b/controller/tea_poor/platformio.ini index 912817c..2999ffc 100644 --- a/controller/tea_poor/platformio.ini +++ b/controller/tea_poor/platformio.ini @@ -20,4 +20,4 @@ test_ignore = local platform = native test_framework = googletest test_build_src = no -build_src_filter = -<*.cpp> +<*_test.cpp> \ No newline at end of file +build_src_filter = +*.cpp -*_test.cpp \ No newline at end of file