~mc.../inkscape/inkscape

« back to all changes in this revision

Viewing changes to cxxtest/sample/winddk/RunTests.tpl

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- C++ -*-
 
2
 
 
3
//
 
4
// The DDK doesn't handle <iostream> too well
 
5
//
 
6
#include <cxxtest/StdioPrinter.h>
 
7
 
 
8
int __cdecl main()
 
9
{
 
10
    return CxxTest::StdioPrinter().run();
 
11
}
 
12
 
 
13
<CxxTest world>