yaml-cpp/yaml-reader/tests.h
2008-09-03 22:20:39 +00:00

7 lines
118 B
C++

#include <string>
namespace Test {
void RunAll(bool verbose);
bool Inout(const std::string& file, bool verbose);
}