mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 12:21:17 +00:00
7 lines
65 B
C++
7 lines
65 B
C++
#include "tests.h"
|
|
|
|
int main() {
|
|
Test::RunAll();
|
|
return 0;
|
|
}
|