From af0f7ea103d9284530fdb177ac48beaa4663e1df Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sun, 1 Sep 2024 12:23:17 -0700 Subject: [PATCH] Removed tests for LEDController --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index fe6e229..3dd73e5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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