Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/test
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-02-20 09:50:40 +1100
committerGitHub <noreply@github.com>2024-02-20 09:50:40 +1100
commita7cfe73544b6f96356c9f55afa6311613f69a846 (patch)
tree6c5421afefe3e798f58247370b08e186346d5575 /source/test
parent00cf86f240bc5c3581ed55897c37756c3fd113c2 (diff)
parentef82ae3aeb835290671f09ce12fabae25f914396 (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.txt3
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")