mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-01 20:50:10 +00:00
Remove testing code from CMake. Intended to be used via CI gitea actions
This commit is contained in:
@@ -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()
|
Reference in New Issue
Block a user