summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-21 09:17:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-21 09:17:06 +0000
commitc06a438c9b261f621a511c5025d4c27b341b9899 (patch)
tree937e3ce61c95b8a775273e69938cb20ab58426d1
parent- Update to 1.41 (diff)
- Added target for regression-test
- This also resulted in cleanups to the build - No functional change PR: 124785 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Notes
Notes: svn path=/head/; revision=215443
-rw-r--r--science/hdf5-18/Makefile3
-rw-r--r--science/hdf5/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile
index 99f309e77beb..b84a06008667 100644
--- a/science/hdf5-18/Makefile
+++ b/science/hdf5-18/Makefile
@@ -71,4 +71,7 @@ post-install:
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.post.mk>
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 99f309e77beb..b84a06008667 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -71,4 +71,7 @@ post-install:
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.post.mk>