diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-27 02:29:29 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-27 02:29:29 +0000 |
| commit | ed32af9cb2312e5f6a734be48d2b72a91c019427 (patch) | |
| tree | 14974093262851ae1acbc776406b7a177879f018 /src/selfname.tpl | |
| parent | write no/unset fill/stroke to current style (diff) | |
| download | inkscape-ed32af9cb2312e5f6a734be48d2b72a91c019427.tar.gz inkscape-ed32af9cb2312e5f6a734be48d2b72a91c019427.zip | |
Adding multiple test output formats.
(bzr r592)
Diffstat (limited to 'src/selfname.tpl')
| -rw-r--r-- | src/selfname.tpl | 13 |
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> |
