1
0

Add basic test application that runs under CI

This commit is contained in:
sfan5
2021-04-22 10:46:31 +02:00
parent 5411ec4f03
commit 2461e899ba
3 changed files with 129 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ set(IRREXAMPLES
if(WIN32)
list(APPEND IRREXAMPLES 14.Win32Window)
endif()
if(UNIX)
list(APPEND IRREXAMPLES AutomatedTest)
endif()
foreach(exname IN ITEMS ${IRREXAMPLES})
file(GLOB sources "${CMAKE_CURRENT_SOURCE_DIR}/${exname}/*.cpp")