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/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/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |
