aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-09-07 04:19:51 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-09-07 04:19:51 +0000
commit279fbcbe7805f8b29c2342b3091a620b3c54aa2e (patch)
tree63e9a0c98899ec505d422b2e42f178059cb684bb /math/fftw3
parent6a791945658446b5c0a19b2396e068eba5ad487f (diff)
downloadports-279fbcbe7805f8b29c2342b3091a620b3c54aa2e.tar.gz
ports-279fbcbe7805f8b29c2342b3091a620b3c54aa2e.zip
Add 'make regression-test' which runs a series of tests of the fftw3 build
PR: ports/127103 Submitted by: Pedro Giffuni <pfgshield-freebsd@yahoo.com>
Notes
Notes: svn path=/head/; revision=220055
Diffstat (limited to 'math/fftw3')
-rw-r--r--math/fftw3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index 7823e5e12634..b7287ade92be 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -115,4 +115,7 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/tools/fftw${FFTW3_SUFX}-wisdom.1 ${PREFIX}/man/man1
.endif
+regression-test: build
+ @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} smallcheck
+
.include <bsd.port.post.mk>