1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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>
This commit is contained in:
Michael Johnson 2008-09-07 04:19:51 +00:00
parent 6a79194565
commit 279fbcbe78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220055

View File

@ -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>