瀏覽代碼

cmake: Remove obsolete tests

Yuri D'Elia 2 年之前
父節點
當前提交
fea4c64056
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      CMakeLists.txt

+ 2 - 4
CMakeLists.txt

@@ -486,11 +486,9 @@ if(NOT CMAKE_CROSSCOMPILING)
 	set(TEST_SOURCES
 		Tests/tests.cpp
 		Tests/Example_test.cpp
-		Tests/Timer_test.cpp
-		Tests/AutoDeplete_test.cpp
 		Tests/PrusaStatistics_test.cpp
-		Firmware/Timer.cpp
-		Firmware/AutoDeplete.cpp
+#		Tests/Timer_test.cpp
+#		Firmware/Timer.cpp
 	)
 	add_executable(tests ${TEST_SOURCES})
 	target_include_directories(tests PRIVATE Tests)