diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-27 21:58:03 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-27 21:58:03 (GMT) |
commit | 917fb654155d41c5930dc6a70e0fe9b8a9f671bd (patch) | |
tree | ad1b7e2660a33762bda742012be29bcc50769324 | |
parent | 1f67e60eae04977c1d1e3b214c7de141c62988dd (diff) |
test throwntogether
-rw-r--r-- | tests/throwntogethertest.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/throwntogethertest.cc b/tests/throwntogethertest.cc new file mode 100644 index 0000000..ba0a682 --- /dev/null +++ b/tests/throwntogethertest.cc @@ -0,0 +1,5 @@ +#include "csgtestcore.h" + +int main(int argc, char* argv[]) { + return csgtestcore(argc+1, argv, TEST_THROWNTOGETHER); +} |