diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 20:26:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 20:26:14 +0800 |
commit | fcb7b751adbf740e7ea4b53fb790cbf680781763 (patch) | |
tree | 74c243c5f2cea0136c7fa40f907877fac089b105 /math | |
parent | 3590c9dd143d54e56efc244b4c84dde059820394 (diff) | |
download | freebsd-ports-gnome-fcb7b751adbf740e7ea4b53fb790cbf680781763.tar.gz freebsd-ports-gnome-fcb7b751adbf740e7ea4b53fb790cbf680781763.tar.zst freebsd-ports-gnome-fcb7b751adbf740e7ea4b53fb790cbf680781763.zip |
- Add regression-test target
PR: 124764
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Approved by: maintainer
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> |