yaml-cpp/test/new-api/parsertests.cpp

6 lines
84 B
C++
Raw Normal View History

#include "parsertests.h"
namespace Test {
2014-03-22 22:05:03 +04:00
bool RunParserTests() { return true; }
}