xlnt/third-party/cxxtest/sample/winddk/RunTests.tpl

14 lines
185 B
Smarty
Raw Normal View History

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