From 917fb654155d41c5930dc6a70e0fe9b8a9f671bd Mon Sep 17 00:00:00 2001 From: Don Bright Date: Tue, 27 Sep 2011 16:58:03 -0500 Subject: test throwntogether 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); +} -- cgit v0.10.1