yaml-cpp/yaml-reader/tests.h

7 lines
118 B
C
Raw Normal View History

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