Removed tests for LEDController
This commit is contained in:
parent
6742a7f7a3
commit
af0f7ea103
|
@ -7,7 +7,7 @@ add_subdirectory(SuperLoop)
|
|||
add_subdirectory(MockRegEdit)
|
||||
add_subdirectory(RegEdit)
|
||||
add_subdirectory(simple_test)
|
||||
add_subdirectory(LedController)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ target_link_libraries(AllTests
|
|||
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
||||
# TEST_LINKS
|
||||
test_SuperLoop
|
||||
test_LedController
|
||||
|
||||
#test_timer
|
||||
test_RegEdit
|
||||
simple_test
|
||||
|
|
Loading…
Reference in New Issue