diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 38b845d..75a5216 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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 )