diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-11 23:53:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-11 23:53:33 +0000 |
commit | 9c7f3e7fd4fe66936ff7f338c11f5d7ab6db7a1f (patch) | |
tree | 7da98554d7750276d3e598c282c3b9d191920915 /math/fftw | |
parent | 105ca8a2a8e4d4c2bf23cd82890c7c37ffd8583b (diff) | |
download | ports-9c7f3e7fd4fe66936ff7f338c11f5d7ab6db7a1f.tar.gz ports-9c7f3e7fd4fe66936ff7f338c11f5d7ab6db7a1f.zip |
- Add regression-test target
PR: 130356
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com>
Notes
Notes:
svn path=/head/; revision=225794
Diffstat (limited to 'math/fftw')
-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> |