#ifndef H_Test #define H_Test #include #include #include #include using std::cout; using std::cerr; using std::endl; #ifdef D_UNIT_TESTS void runTests(int argc, char *argv[]); #endif #endif