We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a375 commit c8c2e45Copy full SHA for c8c2e45
controller/tea_poor/platformio.ini
@@ -18,6 +18,6 @@ test_ignore = local
18
19
[env:local]
20
platform = native
21
-; test_framework = googletest
22
-test_build_src = yes
23
-build_src_filter = +*_test.cpp
+test_framework = googletest
+test_build_src = no
+build_src_filter = -<*.cpp> +<*_test.cpp>
0 commit comments