yaml-cpp/test/main.cpp

8 lines
63 B
C++
Raw Normal View History

2011-09-05 04:50:08 +04:00
#include "tests.h"
int main()
{
Test::RunAll();
return 0;
}