yaml-cpp/test/main.cpp

7 lines
65 B
C++
Raw Normal View History

#include "tests.h"
2014-03-22 22:03:18 +04:00
int main() {
Test::RunAll();
return 0;
}