diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:08:47 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:08:47 -0400 |
commit | efeb51e163be3f4110b9dad771bee1f3dc814333 (patch) | |
tree | e23f742895a85ecb8d860cd057fe5fe571428890 /lib/entityx/build/CTestTestfile.cmake | |
parent | be36802aee32566f08f850480f3f950181fd8f29 (diff) |
added entityx
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") |