diff options
| author | Ted Gould <ted@gould.cx> | 2009-09-28 02:56:30 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2009-09-28 02:56:30 +0000 |
| commit | 520dabb2a80e0ad52eb3ee160b9873c5ea5e4d9e (patch) | |
| tree | 4f0f16e9679c13199bc8286ec5e630c82c6c120b /share | |
| parent | Removing the "1"s from the whiteboard related undefs (buildtool related). (diff) | |
| download | inkscape-520dabb2a80e0ad52eb3ee160b9873c5ea5e4d9e.tar.gz inkscape-520dabb2a80e0ad52eb3ee160b9873c5ea5e4d9e.zip | |
Merging in build changes from the 0.47pre3 release
(bzr r8664)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/test/Makefile.am | 57 |
1 files changed, 56 insertions, 1 deletions
diff --git a/share/extensions/test/Makefile.am b/share/extensions/test/Makefile.am index 64a0b6600..eb63f357b 100644 --- a/share/extensions/test/Makefile.am +++ b/share/extensions/test/Makefile.am @@ -1,4 +1,59 @@ # List of all tests to be run. #TESTS = svgcalendar.test.py -# that is not working :-/
\ No newline at end of file +# that is not working :-/ + +EXTRA_DIST = \ + addnodes.test.py \ + chardataeffect.test.py \ + coloreffect.test.py \ + create_test_from_template.sh \ + dots.test.py \ + draw_from_triangle.test.py \ + dxf_outlines.test.py \ + edge3d.test.py \ + embedimage.test.py \ + eqtexsvg.test.py \ + extractimage.test.py \ + extrude.test.py \ + flatten.test.py \ + foldablebox.test.py \ + fractalize.test.py \ + funcplot.test.py \ + gears.test.py \ + gimp_xcf.test.py \ + grid_cartesian.test.py \ + grid_polar.test.py \ + guides_creator.test.py \ + handles.test.py \ + hpgl_output.test.py \ + inkweb-debug.js \ + inkwebeffect.test.py \ + inkwebjs-move.test.svg \ + interp_att_g.test.py \ + interp.test.py \ + lindenmayer.test.py \ + lorem_ipsum.test.py \ + markers_strokepaint.test.py \ + measure.test.py \ + minimal-blank.svg \ + motion.test.py \ + pathmodifier.test.py \ + perfectboundcover.test.py \ + perspective.test.py \ + polyhedron_3d.test.py \ + printing-marks.test.py \ + radiusrand.test.py \ + render_alphabetsoup.test.py \ + render_barcode.test.py \ + restack.test.py \ + rtree.test.py \ + run-all-extension-tests \ + spirograph.test.py \ + straightseg.test.py \ + summersnight.test.py \ + svg_and_media_zip_output.test.py \ + svgcalendar.test.py \ + test_template.py.txt \ + triangle.test.py \ + whirl.test.py |
