aboutsummaryrefslogtreecommitdiff
path: root/science
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 /science
parent1eb537d13a674d554b7050c784c261546221d077 (diff)
downloadports-c06a438c9b261f621a511c5025d4c27b341b9899.tar.gz
ports-c06a438c9b261f621a511c5025d4c27b341b9899.zip
Notes
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>