yaml-cpp/test/main.cpp

7 lines
65 B
C++
Raw Normal View History

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