summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b5b5869)
raw | patch | inline | side by side (parent: b5b5869)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 28 Sep 2009 02:56:30 +0000 (02:56 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 28 Sep 2009 02:56:30 +0000 (02:56 +0000) |
Makefile.am | patch | blob | history | |
share/extensions/test/Makefile.am | patch | blob | history | |
src/Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 70a3f9cff7b1d21cdd6897715e371eaf8a632aa5..e33d27150d68ab1f158cd30de196fa55251c00cd 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
packaging/macosx/Resources/bin/inkscape \
packaging/macosx/Resources/etc/fonts/fonts.conf \
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc \
- packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/sync_osx_look.sh \
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-down.png \
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-left.png \
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-right.png \
index 64a0b6600f74500414a55973b0bab151e199df19..eb63f357b9385ac419228a441bd28a2005c5ee4c 100644 (file)
# 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
diff --git a/src/Makefile.am b/src/Makefile.am
index 4d57de850e86b7323cefb5a89f2608d9e6b26830..63b27398afd27db6e97dd9ce2081d98ed472d941 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
# List of all tests to be run.
TESTS = $(check_PROGRAMS) ../share/extensions/test/run-all-extension-tests
+# XFAIL_TESTS = $(check_PROGRAMS) ../share/extensions/test/run-all-extension-tests
# including the the testsuites here ensures that they get distributed
-cxxtests_SOURCES = cxxtests.cpp $(CXXTEST_TESTSUITES)
-cxxtests_LDADD = libnr/nr-compose-reference.o $(all_libs)
+cxxtests_SOURCES = cxxtests.cpp libnr/nr-compose-reference.cpp $(CXXTEST_TESTSUITES)
+cxxtests_LDADD = $(all_libs)
cxxtests.cpp: $(CXXTEST_TESTSUITES) $(CXXTEST_TEMPLATE)
$(CXXTESTGEN) -o cxxtests.cpp $(CXXTEST_TESTSUITES)