aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw3
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-09-07 12:19:51 +0800
committerahze <ahze@FreeBSD.org>2008-09-07 12:19:51 +0800
commit1e899733961fc155d5ee99fbf003a3221216b3c0 (patch)
tree59e8f584f81effa99a5050bdeda755be1651c4a1 /math/fftw3
parentc7a411955d09a705205248bba17f92af935d1e0f (diff)
downloadfreebsd-ports-gnome-1e899733961fc155d5ee99fbf003a3221216b3c0.tar.gz
freebsd-ports-gnome-1e899733961fc155d5ee99fbf003a3221216b3c0.tar.zst
freebsd-ports-gnome-1e899733961fc155d5ee99fbf003a3221216b3c0.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>
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>