1 2 3 4 5 6 7
#include "csgtestcore.h" int main(int argc, char *argv[]) { csgtestcore(argc, argv, TEST_OPENCSG); return 0; }