mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-24 04:00:43 -04:00
Renamed yaml-reader test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "tests.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
#ifdef WINDOWS
|
||||
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);
|
||||
#endif // WINDOWS
|
||||
Test::RunAll();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user