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