diff options
author | chrysn <chrysn@fsfe.org> | 2013-06-25 08:34:10 (GMT) |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-06-25 12:25:07 (GMT) |
commit | a4b5449d4e42556cc2c4799623aa069073e7f9ac (patch) | |
tree | ccefcb7680eacd245d97f7a74bd47e926b3ef577 /tests/opencsgtest.cc | |
parent | 17cd6d198973ebacd115a90150c598538894a838 (diff) |
remove test binaries for cgsltest, csgtermtest and opencsgtest
Diffstat (limited to 'tests/opencsgtest.cc')
-rw-r--r-- | tests/opencsgtest.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/opencsgtest.cc b/tests/opencsgtest.cc deleted file mode 100644 index 06cfe86..0000000 --- a/tests/opencsgtest.cc +++ /dev/null @@ -1,5 +0,0 @@ -#include "csgtestcore.h" - -int main(int argc, char* argv[]) { - return csgtestcore(argc, argv, TEST_OPENCSG); -} |