ref: 9bd69a42d2c54e5d25336b0aa3aa0c8d01e79b6e
parent: 404f69bb599e57af8549c4a45a6cfd7eb946f3d0
author: cbagwell <cbagwell>
date: Mon Sep 10 23:34:27 EDT 2007
Rename installcheck until its working with destcheck. Scripts need to somehow know about ${srcdir} for this to work.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -304,6 +304,8 @@
# Ideally we would use the "check" target so that "make distcheck"
# would run the test suite, but an uninstalled libltdl build cannot
# currently load its formats and effects, so the checks would fail.
-installcheck:
- ./tests.sh
- ./testall.sh
+# TODO: Make this installcheck again. Scripts don't work because
+# of use of "./".
+installcheck-local:
+ $(srcdir)/tests.sh
+ $(srcdir)/testall.sh