diff options
Diffstat (limited to 'lib/entityx/build/CTestTestfile.cmake')
-rw-r--r-- | lib/entityx/build/CTestTestfile.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/entityx/build/CTestTestfile.cmake b/lib/entityx/build/CTestTestfile.cmake new file mode 100644 index 0000000..d024e2f --- /dev/null +++ b/lib/entityx/build/CTestTestfile.cmake @@ -0,0 +1,12 @@ +# CMake generated Testfile for +# Source directory: /home/clyne/Programming/git/gamedev2/lib/entityx +# Build directory: /home/clyne/Programming/git/gamedev2/lib/entityx/build +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(pool_test "pool_test") +add_test(entity_test "entity_test") +add_test(event_test "event_test") +add_test(system_test "system_test") +add_test(tags_component_test "tags_component_test") +add_test(dependencies_test "dependencies_test") |