Merge pull request #925 from mtlynch/unit-tests

Add unit tests for Utils::toHex
This commit is contained in:
Liam Cottle
2026-05-01 14:49:45 +12:00
committed by GitHub
7 changed files with 147 additions and 0 deletions

View File

@@ -152,3 +152,17 @@ lib_deps =
stevemarple/MicroNMEA @ ^2.0.6
adafruit/Adafruit BME680 Library @ ^2.0.4
adafruit/Adafruit BMP085 Library @ ^1.2.4
; ----------------- TESTING ---------------------
[env:native]
platform = native
build_flags = -std=c++17
-I src
-I test/mocks
test_build_src = yes
build_src_filter =
-<*>
+<../src/Utils.cpp>
lib_deps =
google/googletest @ 1.17.0