Cross Reference: RunTests.tpl
xref
: /
inkscape
/
cxxtest
/
sample
/
winddk
/
RunTests.tpl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
// -*- C++ -*-
//
// The DDK doesn't handle <iostream> too well
//
#include <
cxxtest/StdioPrinter.h
>
int __cdecl main()
{
return CxxTest::StdioPrinter().run();
}
<CxxTest world>