diff options
Diffstat (limited to 'lib/entityx/build/CTestTestfile.cmake')
-rw-r--r-- | lib/entityx/build/CTestTestfile.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/entityx/build/CTestTestfile.cmake b/lib/entityx/build/CTestTestfile.cmake deleted file mode 100644 index d024e2f..0000000 --- a/lib/entityx/build/CTestTestfile.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# 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") |