Added links for the mock tests.

This commit is contained in:
jakeg00dwin 2024-09-02 13:55:10 -07:00
parent 5db0f3209a
commit 32b2096ab8
1 changed files with 4 additions and 3 deletions

View File

@ -26,13 +26,11 @@ target_link_libraries(AllTests
# TEST_LINKS
test_Relays
test_SuperLoop
#test_timer
test_ADC
test_RegEdit
simple_test
)
add_executable(Mock_Tests
MockTests.cpp
)
@ -41,4 +39,7 @@ target_link_libraries(Mock_Tests
${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
test_MockRegEdit
test_MockADC
test_zero_cross_detection
test_load
)