Renamed yaml-reader test

This commit is contained in:
jbeder
2009-10-27 14:38:53 +00:00
parent 47628bf25e
commit 7d5988401e
13 changed files with 11 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
#include "tests.h"
int main()
{
#ifdef WINDOWS
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);
#endif // WINDOWS
Test::RunAll();
return 0;
}