Code

tweaking tweaks
[inkscape.git] / cxxtest / sample / winddk / RunTests.tpl
1 // -*- C++ -*-
3 //
4 // The DDK doesn't handle <iostream> too well
5 //
6 #include <cxxtest/StdioPrinter.h>
8 int __cdecl main()
9 {
10     return CxxTest::StdioPrinter().run();
11 }
13 <CxxTest world>