Files
yaml-cpp/test/main.cpp
2011-09-04 19:50:08 -05:00

8 lines
63 B
C++

#include "tests.h"
int main()
{
Test::RunAll();
return 0;
}