tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Patch to fix build on Natty by Alex Valavanis
[inkscape.git]
/
src
/
cxxtest-template.tpl
1
// -*- C++ -*-
2
//
3
4
#include "MultiPrinter.h"
5
6
int main( int argc, char *argv[] )
7
{
8
(void)argc;
9
return CxxTest::MultiPrinter( argv[0] ).run();
10
}
11
12
// The CxxTest "world"
13
<CxxTest world>