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