diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-12-29 22:47:57 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-12-29 22:47:57 +0000 |
| commit | 0afd9182f7a018baa5bfeb46a33dfcf6c6680fbd (patch) | |
| tree | 7a57215d94a3ff5de09f50aec4db551a42f59dbc /src/xml | |
| parent | Fix bug #311736 (uninitialized variables resulted in weird snapping behaviour... (diff) | |
| download | inkscape-0afd9182f7a018baa5bfeb46a33dfcf6c6680fbd.tar.gz inkscape-0afd9182f7a018baa5bfeb46a33dfcf6c6680fbd.zip | |
Build a single test executable on Linux to match Windows build system.
(bzr r7040)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/Makefile_insert | 19 |
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) |
