From 26f40444ada87728ce7287bd4d3be13e0d27ea1b Mon Sep 17 00:00:00 2001 From: Stefan de Bruijn Date: Sat, 5 Jun 2021 21:13:46 +0200 Subject: [PATCH] Fixed PIO to support `pio test`. --- platformio.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7075388a..b69dc087 100644 --- a/platformio.ini +++ b/platformio.ini @@ -60,6 +60,7 @@ build_flags = ${common.build_flags} src_filter = +<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> + -<.git/> - - - +test_build_project_src = true [env:release] lib_deps = @@ -71,7 +72,3 @@ build_type = debug lib_deps = TMCStepper@>=0.7.0,<1.0.0 ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0 - -[env:test] -build_type = debug -test_build_project_src = true