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