Added links for the mock tests.
This commit is contained in:
parent
5db0f3209a
commit
32b2096ab8
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue