Add unit tests for Utils::toHex

이 커밋은 다음에 포함됨:
Michael Lynch
2026-04-24 19:37:21 +00:00
부모 9a1be5386d
커밋 5e03c00397
7개의 변경된 파일147개의 추가작업 그리고 0개의 파일을 삭제
+14
파일 보기
@@ -151,3 +151,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++14
-I src
-I test/mocks
test_build_src = yes
build_src_filter =
-<*>
+<../src/Utils.cpp>
lib_deps =
google/googletest @ ^1.15.2