Skip to content

Commit

Permalink
Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Jun 7, 2024
1 parent 9a771b8 commit 1732b3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ test_build_src = true
build_src_filter = +<src/Pins/PinOptionsParser.cpp>
build_flags = -std=c++17 -g

[tests_common]
platform = native
test_framework = googletest
test_build_src = true
build_src_filter = +<src/Pins/PinOptionsParser.cpp>
build_flags = -std=c++17 -g

[env:tests]
extends = tests_common
build_flags = ${tests_common.build_flags} -fsanitize=address,undefined
Expand Down

0 comments on commit 1732b3d

Please sign in to comment.