/** MeshKit testing config */ // path to test fixture dir #define TEST_FIXTURE_PATH "fixture/" #include #include #include #include #include "../include/cpptest-1.1.1/src/cpptest.h" #include "../../src/mesh-model/MKCommModel.h" #define TEST_FAIL_LOG(msg) testLog() << msg << endl; TEST_FAIL("see test.log"); void openTestLog(); void closeTestLog(); std::ostream &testLog();