yaml-cpp/test/main.cpp

7 lines
65 B
C++
Raw Normal View History

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