cmake: Remove obsolete tests
This commit is contained in:
parent
47f89bb418
commit
fea4c64056
|
|
@ -486,11 +486,9 @@ if(NOT CMAKE_CROSSCOMPILING)
|
||||||
set(TEST_SOURCES
|
set(TEST_SOURCES
|
||||||
Tests/tests.cpp
|
Tests/tests.cpp
|
||||||
Tests/Example_test.cpp
|
Tests/Example_test.cpp
|
||||||
Tests/Timer_test.cpp
|
|
||||||
Tests/AutoDeplete_test.cpp
|
|
||||||
Tests/PrusaStatistics_test.cpp
|
Tests/PrusaStatistics_test.cpp
|
||||||
Firmware/Timer.cpp
|
# Tests/Timer_test.cpp
|
||||||
Firmware/AutoDeplete.cpp
|
# Firmware/Timer.cpp
|
||||||
)
|
)
|
||||||
add_executable(tests ${TEST_SOURCES})
|
add_executable(tests ${TEST_SOURCES})
|
||||||
target_include_directories(tests PRIVATE Tests)
|
target_include_directories(tests PRIVATE Tests)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue