1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 19:02:35 +02:00

Fixed PIO to support pio test.

This commit is contained in:
Stefan de Bruijn
2021-06-05 21:13:46 +02:00
parent 4b1e4aec7b
commit 26f40444ad

View File

@@ -60,6 +60,7 @@ build_flags = ${common.build_flags}
src_filter =
+<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> +<src/>
-<.git/> -<data/> -<test/> -<tests/>
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