summaryrefslogtreecommitdiffstats
path: root/src/selfname.tpl
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-04-27 02:29:29 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-04-27 02:29:29 +0000
commited32af9cb2312e5f6a734be48d2b72a91c019427 (patch)
tree14974093262851ae1acbc776406b7a177879f018 /src/selfname.tpl
parentwrite no/unset fill/stroke to current style (diff)
downloadinkscape-ed32af9cb2312e5f6a734be48d2b72a91c019427.tar.gz
inkscape-ed32af9cb2312e5f6a734be48d2b72a91c019427.zip
Adding multiple test output formats.
(bzr r592)
Diffstat (limited to 'src/selfname.tpl')
-rw-r--r--src/selfname.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/selfname.tpl b/src/selfname.tpl
new file mode 100644
index 000000000..df20bebfd
--- /dev/null
+++ b/src/selfname.tpl
@@ -0,0 +1,13 @@
+// -*- C++ -*-
+//
+
+#include "MultiPrinter.h"
+
+int main( int argc, char *argv[] )
+{
+ (void)argc;
+ return CxxTest::MultiPrinter( argv[0] ).run();
+}
+
+// The CxxTest "world"
+<CxxTest world>