diff options
-rw-r--r-- | science/hdf5-18/Makefile | 3 | ||||
-rw-r--r-- | science/hdf5/Makefile | 3 |
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> |