tests.h 124 Bytes
Newer Older
1
2
3
#include <string>

namespace Test {
4
5
	void RunAll(bool verbose);
	bool Inout(const std::string& file, bool verbose);
6
}