Skip to content

Commit

Permalink
Fix build target for test-native platform
Browse files Browse the repository at this point in the history
  • Loading branch information
floatplane committed Mar 16, 2024
1 parent d742572 commit ee6f43d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ build_type = test
test_framework = doctest
test_build_src = true
lib_deps =
bblanchon/ArduinoJson @ ^7.0.2
bblanchon/ArduinoJson@^7.0.2
doctest/doctest@^2.4.9
build_flags = -std=gnu++17 -I ${platformio.test_dir}/helpers
debug_test = test_template

0 comments on commit ee6f43d

Please sign in to comment.