yaml-cpp/test/main.cpp
2014-03-22 12:49:16 -05:00

7 lines
65 B
C++

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