From 0afd9182f7a018baa5bfeb46a33dfcf6c6680fbd Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Mon, 29 Dec 2008 22:47:57 +0000 Subject: Build a single test executable on Linux to match Windows build system. (bzr r7040) --- src/xml/Makefile_insert | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'src/xml/Makefile_insert') 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) -- cgit v1.2.3