summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-06-29 08:54:11 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-06-29 08:54:11 +0000
commit6c0fae97ac5f7b46c043252e750239f48b864693 (patch)
tree0bbd969a64109fb85e9233f25884d562bd41d046 /Makefile.in
parent56edea939cf848f74842245cfce0eaff8613ac02 (diff)
downloadneon-git-6c0fae97ac5f7b46c043252e750239f48b864693.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.
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 > $@