summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-06-29 08:54:11 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-06-29 08:54:11 +0000
commit74d5f0d129c296cc76cea6b5af19fa9d75054765 (patch)
tree0bbd969a64109fb85e9233f25884d562bd41d046 /Makefile.in
parent11c61cf9d5a3403166873d8a5717211f9aa0cd1a (diff)
downloadneon-74d5f0d129c296cc76cea6b5af19fa9d75054765.tar.gz
* Makefile.in (install-tests): New target.
* configure.in: Add --enable-install-tests to support test suite installation; only add -no-install to TEST_LDFLAGS if not given. * test/Makefile.in (install, random.txt): New targets. (LINK): Use TEST_LDFLAGS. (ZLIB_HELPERS): Add random.txt. * test/compress.c (init): Use random.txt in pwd rather than trying to find NEWS from the srcdir. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@648 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3f15ec1..dd82e6a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -161,6 +161,9 @@ install-config: neon-config neon.pc
$(INSTALL) -d $(DESTDIR)$(pkgconfigdir)
$(INSTALL_DATA) neon.pc $(DESTDIR)$(pkgconfigdir)/neon.pc
+install-tests: install-lib
+ @cd test && make install
+
ChangeLog:
svn log > $@