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/svg/Makefile_insert | |
| 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/svg/Makefile_insert')
| -rw-r--r-- | src/svg/Makefile_insert | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/svg/Makefile_insert b/src/svg/Makefile_insert index eae713d23..b4558ce96 100644 --- a/src/svg/Makefile_insert +++ b/src/svg/Makefile_insert @@ -36,25 +36,10 @@ svg_libspsvg_a_SOURCES = \ # ###################### # ### CxxTest stuff #### # ###################### -svg_testsuites = \ +CXXTEST_TESTSUITES += \ $(srcdir)/svg/css-ostringstream-test.h \ $(srcdir)/svg/stringstream-test.h \ $(srcdir)/svg/svg-affine-test.h \ $(srcdir)/svg/svg-color-test.h \ $(srcdir)/svg/svg-length-test.h \ $(srcdir)/svg/svg-path-geom-test.h - -svg_test_svg_SOURCES = \ - svg/test-svg.cpp \ - $(svg_testsuites) - -svg_test_svg_LDADD = \ - svg/libspsvg.a \ - svg/libtest-svg.a \ - test-stubs.o \ - 2geom/lib2geom.a \ - libnr/libnr.a \ - $(INKSCAPE_LIBS) - -svg/test-svg.cpp: $(svg_testsuites) svg/Makefile_insert $(CXXTEST_TEMPLATE) - $(CXXTESTGEN) -o svg/test-svg.cpp $(svg_testsuites) |
