diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-12 07:53:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-12 07:53:33 +0800 |
commit | 082894fec9f5c4cb9c8d26990f15fcca5015a2a5 (patch) | |
tree | c98d74ebfdec0fa33ca70b28ff9a134287716a70 /math | |
parent | 47c3ce7950aa74d00d0f2fa243398c50530a1b04 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |