aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-06-21 17:17:06 +0800
committermiwi <miwi@FreeBSD.org>2008-06-21 17:17:06 +0800
commit43ef6e49e68f3a370955a2534ef6e762a8fcac56 (patch)
tree9ff6c467078bff5d66588a5bb0ecc724bec1e32b /science
parent294456887ce29f6fbf2e6b5e4d5c20d708363a89 (diff)
downloadfreebsd-ports-gnome-43ef6e49e68f3a370955a2534ef6e762a8fcac56.tar.gz
freebsd-ports-gnome-43ef6e49e68f3a370955a2534ef6e762a8fcac56.tar.zst
freebsd-ports-gnome-43ef6e49e68f3a370955a2534ef6e762a8fcac56.zip
- 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>
Diffstat (limited to 'science')
-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>