#ifndef TXS_UNIT_TESTS_GUARD #define TXS_UNIT_TESTS_GUARD #include "txs_globals.h" bool test_multires_pyramid_search(); bool test_quadSynthesis(); bool test_tris2quads(); bool test_tris2quads_tetrus(); bool test_tris2quads_weird(); bool test_CCS_input(); bool test_tetrus_subdiv(); bool test_quadCube_synth_subdiv(); bool run_all_unit_tests(); #endif /* TXS_UNIT_TESTS_GUARD */