diff options
| author | Jasper van de Gronde <jasper.vandegronde@gmail.com> | 2008-07-17 11:33:38 +0000 |
|---|---|---|
| committer | jaspervdg <jaspervdg@users.sourceforge.net> | 2008-07-17 11:33:38 +0000 |
| commit | 9b95160c48970e0a99411a9e2417741a8bcebc06 (patch) | |
| tree | e6760b32728e746f828708a91f356b90d10fa8ba /src/svg/Makefile_insert | |
| parent | add lpe-Boolops (diff) | |
| download | inkscape-9b95160c48970e0a99411a9e2417741a8bcebc06.tar.gz inkscape-9b95160c48970e0a99411a9e2417741a8bcebc06.zip | |
The new CxxTest unit tests now also work on Linux! (Note that test-all
has become test-src and no longer includes ALL tests, just the tests in
src/.)
(bzr r6335)
Diffstat (limited to 'src/svg/Makefile_insert')
| -rw-r--r-- | src/svg/Makefile_insert | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/svg/Makefile_insert b/src/svg/Makefile_insert index f8158f31b..48d945301 100644 --- a/src/svg/Makefile_insert +++ b/src/svg/Makefile_insert @@ -47,7 +47,9 @@ svg/test-svg.cpp: $(svg_test_svg_includes) svg/Makefile_insert svg_test_svg_includes = \ $(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-test.h svg_libtest_svg_a_SOURCES = \ @@ -66,4 +68,5 @@ svg_test_svg_LDADD = \ svg/libtest-svg.a \ svg/libtest-stubs.a \ 2geom/lib2geom.a \ + libnr/libnr.a \ $(INKSCAPE_LIBS) |
