summaryrefslogtreecommitdiffstats
path: root/src/xml/Makefile_insert
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/Makefile_insert')
-rw-r--r--src/xml/Makefile_insert19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert
index 3321031c9..d135b786e 100644
--- a/src/xml/Makefile_insert
+++ b/src/xml/Makefile_insert
@@ -58,23 +58,6 @@ xml_libspxml_a_SOURCES = \
# ######################
# ### CxxTest stuff ####
# ######################
-xml_testsuites = \
+CXXTEST_TESTSUITES += \
$(srcdir)/xml/repr-action-test.h \
$(srcdir)/xml/quote-test.h
-
-xml_test_xml_SOURCES = \
- xml/test-xml.cpp \
- $(xml_testsuites)
-
-xml_test_xml_LDADD = \
- xml/libspxml.a \
- util/libinkutil.a \
- svg/libspsvg.a \
- helper/libspchelp.a \
- test-stubs.o \
- libinkpost.a \
- debug/libinkdebug.a \
- $(INKSCAPE_LIBS)
-
-xml/test-xml.cpp: $(xml_testsuites) xml/Makefile_insert $(CXXTEST_TEMPLATE)
- $(CXXTESTGEN) -o xml/test-xml.cpp $(xml_testsuites)