blob: eb63f357b9385ac419228a441bd28a2005c5ee4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# List of all tests to be run.
#TESTS = svgcalendar.test.py
# 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
|