diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-12 05:47:03 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-12 05:47:03 (GMT) |
commit | c87e9f8d6e210a387ca223f7e8cb14c77b22d8e2 (patch) | |
tree | 7b914afa7058b5c9b6fb581265849dd65cd9e774 /tests/throwntogethertest.cc | |
parent | 4e1b1900ed22962add76357f0248decb71a9e4ac (diff) |
remove extraneous files, add rands working test
Diffstat (limited to 'tests/throwntogethertest.cc')
-rw-r--r-- | tests/throwntogethertest.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/throwntogethertest.cc b/tests/throwntogethertest.cc deleted file mode 100644 index 5a4f14f..0000000 --- a/tests/throwntogethertest.cc +++ /dev/null @@ -1,5 +0,0 @@ -#include "csgtestcore.h" - -int main(int argc, char* argv[]) { - return csgtestcore(argc, argv, TEST_THROWNTOGETHER); -} |