diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-27 21:47:50 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-27 21:47:50 (GMT) |
commit | c2fd035d02f8cf9cea216f34f02dd3f5f6bc5e2a (patch) | |
tree | 10ee59d26b46b6411fd7b43523189884598e98ff /tests/csgtestcore.h | |
parent | a2e093c2f1a0d91072c8d5f85567a4a9f565f230 (diff) |
forgot to commit csgtestcore
Diffstat (limited to 'tests/csgtestcore.h')
-rw-r--r-- | tests/csgtestcore.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/csgtestcore.h b/tests/csgtestcore.h new file mode 100644 index 0000000..b988b21 --- /dev/null +++ b/tests/csgtestcore.h @@ -0,0 +1,7 @@ +enum test_type_e { + TEST_THROWNTOGETHER, + TEST_OPENCSG +}; + +int csgtestcore(int argc, char *argv[], test_type_e test_type); + |