Files
scummvm/test/cxxtest/sample/winddk/RunTests.tpl
T
2006-03-29 10:25:48 +00:00

14 lines
185 B
Smarty

// -*- C++ -*-
//
// The DDK doesn't handle <iostream> too well
//
#include <cxxtest/StdioPrinter.h>
int __cdecl main()
{
return CxxTest::StdioPrinter().run();
}
<CxxTest world>