diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-12-08 20:29:12 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-12-08 20:29:12 +0000 |
| commit | 28ecf041ee20b4455b68ecfa31e988640d7230ab (patch) | |
| tree | 68923c1ed78d7d0c4f5b5d38441bb9bfe9298e08 /src/Makefile_insert | |
| parent | Makes page-sizer be a little less eager to change the orientation of pages au... (diff) | |
| download | inkscape-28ecf041ee20b4455b68ecfa31e988640d7230ab.tar.gz inkscape-28ecf041ee20b4455b68ecfa31e988640d7230ab.zip | |
"make check" now compiles and runs on Linux.
(bzr r6973)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 1d2ba9352..ac4100862 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -399,19 +399,33 @@ style_test_LDADD = $(all_libs) inkscape_version.h: ../configure.ac echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h -test_src_includes = \ - $(srcdir)/MultiPrinter.h \ - $(srcdir)/TRPIFormatter.h \ - $(srcdir)/PylogFormatter.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 \ - $(srcdir)/round-test.h \ - $(srcdir)/preferences-test.h \ + $(srcdir)/mod360-test.h \ + $(srcdir)/round-test.h \ + $(srcdir)/preferences-test.h \ $(srcdir)/sp-gradient-test.h \ $(srcdir)/sp-style-elem-test.h \ - $(srcdir)/style-test.h \ - $(srcdir)/test-helpers.h \ + $(srcdir)/style-test.h \ + $(srcdir)/test-helpers.h \ $(srcdir)/verbs-test.h + +test-src.cpp: \ + $(test_src_includes) + $(top_srcdir)/cxxtest/cxxtestgen.pl --have-eh --template=$(srcdir)/selfname.tpl -root -o test-src.cpp \ + $(test_src_includes) + +test_src_SOURCES = \ + test-src.cpp \ + $(test_src_includes) + + +test_src_LDADD = \ + $(all_libs) \ + io/libio.a |
