diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index f0b5622f13b2..2d72a0129e27 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -42,4 +42,7 @@ post-install: ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF} .endif +regression-test: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check + .include <bsd.port.mk> |