rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-rconfig-setup.h
Go to the documentation of this file.
1 #ifndef __test_rconfig_setup_h__
2 #define __test_rconfig_setup_h__
3 
4 bool make_dir(const std::string& path);
5 void cleanup(void);
6 void setup(void);
7 
8 #endif
bool make_dir(const std::string &path)
Definition: test-logger.cc:42
void cleanup(void)
Definition: test-fs.cc:63
void setup(void)
Definition: test-logger.cc:62