00001 #ifndef __test_rconfig_setup_h__ 00002 #define __test_rconfig_setup_h__ 00003 00004 bool make_dir(const std::string& path); 00005 void cleanup(void); 00006 void setup(void); 00007 00008 #endif