diff options
author | ahze <ahze@FreeBSD.org> | 2008-09-07 12:19:51 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-09-07 12:19:51 +0800 |
commit | 1e899733961fc155d5ee99fbf003a3221216b3c0 (patch) | |
tree | 59e8f584f81effa99a5050bdeda755be1651c4a1 /math/fftw3 | |
parent | c7a411955d09a705205248bba17f92af935d1e0f (diff) | |
download | freebsd-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/Makefile | 3 |
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> |