diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-20 09:50:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 09:50:40 +1100 |
commit | a7cfe73544b6f96356c9f55afa6311613f69a846 (patch) | |
tree | 6c5421afefe3e798f58247370b08e186346d5575 /source/test | |
parent | 00cf86f240bc5c3581ed55897c37756c3fd113c2 (diff) | |
parent | ef82ae3aeb835290671f09ce12fabae25f914396 (diff) |
Merge pull request #18 from kblaschke/add-github-actions-workflow-files
Add initial GitHub Actions workflow files to run build checks
Diffstat (limited to 'source/test')
-rw-r--r-- | source/test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/test/CMakeLists.txt b/source/test/CMakeLists.txt index fdbea13..9c32a4f 100644 --- a/source/test/CMakeLists.txt +++ b/source/test/CMakeLists.txt @@ -83,3 +83,6 @@ ADD_EXECUTABLE (game_tests ${star_game_tests_SOURCES}) TARGET_LINK_LIBRARIES (game_tests ${STAR_EXT_LIBS}) ADD_TEST (NAME game_tests WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/game_tests) + +SET_TESTS_PROPERTIES(core_tests PROPERTIES + LABELS "NoAssets") |