mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-20 07:38:28 -04:00
7 lines
65 B
C++
7 lines
65 B
C++
#include "tests.h"
|
|
|
|
int main() {
|
|
Test::RunAll();
|
|
return 0;
|
|
}
|