summaryrefslogtreecommitdiffstats
path: root/src/libnr/Makefile_insert
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-07-17 11:33:38 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-07-17 11:33:38 +0000
commit9b95160c48970e0a99411a9e2417741a8bcebc06 (patch)
treee6760b32728e746f828708a91f356b90d10fa8ba /src/libnr/Makefile_insert
parentadd lpe-Boolops (diff)
downloadinkscape-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/libnr/Makefile_insert')
-rw-r--r--src/libnr/Makefile_insert3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libnr/Makefile_insert b/src/libnr/Makefile_insert
index f2fd269bc..1ddc7d880 100644
--- a/src/libnr/Makefile_insert
+++ b/src/libnr/Makefile_insert
@@ -113,6 +113,7 @@ libnr/test-nr.cpp: $(libnr_test_nr_includes)
$(top_srcdir)/cxxtest/cxxtestgen.pl -part -o libnr/test-nr.cpp $(libnr_test_nr_includes)
libnr_test_nr_includes = \
+ $(srcdir)/libnr/nr-compose-test.h \
$(srcdir)/libnr/nr-types-test.h \
$(srcdir)/libnr/nr-translate-test.h \
$(srcdir)/libnr/nr-rotate-test.h \
@@ -124,6 +125,8 @@ libnr_test_nr_includes = \
libnr_libtest_nr_a_SOURCES = \
libnr/test-nr.cpp \
+ libnr/nr-compose-reference.cpp \
+ libnr/nr-compose-reference.h \
$(libnr_test_nr_includes)
libnr_test_nr_SOURCES = \