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/extensions/test | |
| 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/extensions/test')
| -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 |
3 files changed, 6 insertions, 5 deletions
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 |
