Cross Reference: cxxtest-template.tpl
xref
: /
inkscape
/
src
/
cxxtest-template.tpl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
// -*- C++ -*-
//
#include "
MultiPrinter.h
"
int main( int argc, char *argv[] )
{
(void)argc;
return CxxTest::MultiPrinter( argv[0] ).run();
}
// The CxxTest "world"
<CxxTest world>