Fixed errors and warnings with test results
Some checks failed
CI / Format (push) Has been cancelled
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled

This commit is contained in:
Eric Ratliff
2026-02-22 17:26:14 -06:00
parent e12608370a
commit 05f248577f
3 changed files with 4 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ foreach(TEST_SOURCE ${DRIVER_TEST_SOURCES})
add_executable(${TEST_NAME} ${TEST_SOURCE})
target_link_libraries(${TEST_NAME}
GTest::gtest_main
GTest::gmock
mock_arduino
)
gtest_discover_tests(${TEST_NAME})