From 9b95160c48970e0a99411a9e2417741a8bcebc06 Mon Sep 17 00:00:00 2001 From: Jasper van de Gronde Date: Thu, 17 Jul 2008 11:33:38 +0000 Subject: 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) --- src/Makefile_insert | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index f60e482e6..935abf456 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -433,12 +433,12 @@ style_test_LDADD = $(all_libs) inkscape_version.h: ../configure.ac echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h -test_all_includes = \ - $(srcdir)/attributes-test.h \ - $(srcdir)/color-profile-test.h \ +test_src_includes = \ $(srcdir)/MultiPrinter.h \ $(srcdir)/TRPIFormatter.h \ $(srcdir)/PylogFormatter.h \ + $(srcdir)/attributes-test.h \ + $(srcdir)/color-profile-test.h \ $(srcdir)/dir-util-test.h \ $(srcdir)/extract-uri-test.h \ $(srcdir)/mod360-test.h \ -- cgit v1.2.3