diff options
| author | Aur??lio A. Heckert <aurium@gmail.com> | 2009-04-13 16:37:31 +0000 |
|---|---|---|
| committer | aurium <aurium@users.sourceforge.net> | 2009-04-13 16:37:31 +0000 |
| commit | 0400ff326ad7814aad7e5b4dc2cbff97ef07fdcf (patch) | |
| tree | 3181af058cde5844c7c660a752719bea6768518e /share | |
| parent | Renaming Ghosten to Eraser, improving it to adjust with color matrix and movi... (diff) | |
| download | inkscape-0400ff326ad7814aad7e5b4dc2cbff97ef07fdcf.tar.gz inkscape-0400ff326ad7814aad7e5b4dc2cbff97ef07fdcf.zip | |
run-all-extension-tests in make check
(bzr r7702)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/Makefile.am | 5 | ||||
| -rw-r--r-- | share/extensions/test/Makefile.am | 4 | ||||
| -rwxr-xr-x | share/extensions/test/run-all-extension-tests | 5 | ||||
| -rwxr-xr-x | share/extensions/test/svgcalendar.test.py | 2 |
4 files changed, 9 insertions, 7 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index d60426c9e..01577acf5 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = \ alphabet_soup \ Barcode \ Poly3DObjects \ + test \ xaml2svg extensiondir = $(datadir)/inkscape/extensions @@ -54,7 +55,7 @@ extensions = \ ffgeom.py\ fig2dev-ext.py \ flatten.py \ - foldablebox.py \ + foldablebox.py \ fractalize.py \ funcplot.py \ gears.py\ @@ -174,7 +175,7 @@ modules = \ extrude.inx \ fig_input.inx \ flatten.inx \ - foldablebox.inx \ + foldablebox.inx \ fractalize.inx \ funcplot.inx \ gears.inx\ diff --git a/share/extensions/test/Makefile.am b/share/extensions/test/Makefile.am new file mode 100644 index 000000000..64a0b6600 --- /dev/null +++ b/share/extensions/test/Makefile.am @@ -0,0 +1,4 @@ + +# List of all tests to be run. +#TESTS = svgcalendar.test.py +# that is not working :-/
\ No newline at end of file diff --git a/share/extensions/test/run-all-extension-tests b/share/extensions/test/run-all-extension-tests index db3ddd9c2..b1ad95f79 100755 --- a/share/extensions/test/run-all-extension-tests +++ b/share/extensions/test/run-all-extension-tests @@ -1,9 +1,6 @@ #!/bin/bash -echo " - ######################### - Extension Tests - #########################" +echo -e "\n##### Extension Tests #####" cd "$(dirname "$0")" diff --git a/share/extensions/test/svgcalendar.test.py b/share/extensions/test/svgcalendar.test.py index cb2054754..7b93c9b38 100755 --- a/share/extensions/test/svgcalendar.test.py +++ b/share/extensions/test/svgcalendar.test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python
+#!/usr/bin/env python import sys sys.path.append('..') # this line allows to import the extension code |
