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.
2 parents f0e4ea7 + e4ec719 commit a7f1509Copy full SHA for a7f1509
variants/native/portduino/platformio.ini
@@ -107,3 +107,5 @@ build_src_filter = ${env:native-tft.build_src_filter}
107
[env:coverage]
108
extends = env:native
109
build_flags = -lgcov --coverage -fprofile-abs-path -fsanitize=address ${env:native.build_flags}
110
+; https://docs.platformio.org/en/latest/projectconf/sections/env/options/test/test_testing_command.html
111
+test_testing_command = ${platformio.build_dir}/${this.__env__}/program -s
0 commit comments