openscad/tests/csgtestcore.h

13 lines
179 B
C
Raw Normal View History

#ifndef CSGTESTCORE_H_
#define CSGTESTCORE_H_
2011-09-28 01:47:50 +04:00
enum test_type_e {
TEST_THROWNTOGETHER,
TEST_OPENCSG
};
int csgtestcore(int argc, char *argv[], test_type_e test_type);
#endif