diff options
-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); +} |