Merge pull request #925 from mtlynch/unit-tests

Add unit tests for Utils::toHex
Este commit está contenido en:
Liam Cottle
2026-05-01 14:49:45 +12:00
cometido por GitHub
Se han modificado 7 ficheros con 147 adiciones y 0 borrados
+14
Ver fichero
@@ -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