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/csgtestcore.h | |
parent | 4e1b1900ed22962add76357f0248decb71a9e4ac (diff) |
remove extraneous files, add rands working test
Diffstat (limited to 'tests/csgtestcore.h')
-rw-r--r-- | tests/csgtestcore.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/csgtestcore.h b/tests/csgtestcore.h deleted file mode 100644 index 330c894..0000000 --- a/tests/csgtestcore.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef CSGTESTCORE_H_ -#define CSGTESTCORE_H_ - -enum test_type_e { - TEST_THROWNTOGETHER, - TEST_OPENCSG -}; - -int csgtestcore(int argc, char *argv[], test_type_e test_type); - -#endif - |