Remove testing code from CMake. Intended to be used via CI gitea actions

This commit is contained in:
Shylie
2024-05-25 23:18:09 -04:00
parent b4427a0c88
commit c8e7a28837
2 changed files with 2 additions and 4 deletions

View File

@@ -53,5 +53,4 @@ foreach(SOURCE_FILE ${TEST_SOURCES})
get_filename_component(SOURCE_FILENAME ${SOURCE_FILE} NAME_WLE)
add_executable(test-${SOURCE_FILENAME} WIN32 ${SOURCE_FILE} ${TEST_RESOURCES})
target_link_libraries(test-${SOURCE_FILENAME} PRIVATE glerminal test-common)
add_test(NAME test-${SOURCE_FILENAME} COMMAND test-${SOURCE_FILENAME})
endforeach()