aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-01-12 07:53:33 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-01-12 07:53:33 +0800
commit082894fec9f5c4cb9c8d26990f15fcca5015a2a5 (patch)
treec98d74ebfdec0fa33ca70b28ff9a134287716a70 /math
parent47c3ce7950aa74d00d0f2fa243398c50530a1b04 (diff)
downloadfreebsd-ports-gnome-082894fec9f5c4cb9c8d26990f15fcca5015a2a5.tar.gz
freebsd-ports-gnome-082894fec9f5c4cb9c8d26990f15fcca5015a2a5.tar.zst
freebsd-ports-gnome-082894fec9f5c4cb9c8d26990f15fcca5015a2a5.zip
- Add regression-test target
PR: 130356 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com>
Diffstat (limited to 'math')
-rw-r--r--math/fftw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 0db6de94359d..f0cfdc064d7d 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -61,4 +61,7 @@ post-install:
.endif
.endif
+regression-test: build
+ @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.post.mk>