Date: Fri, 5 Sep 2008 03:27:57 GMT From: Pedro Giffuni <pfgshield-freebsd@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/127103: math/fftw3: add regression-test Message-ID: <200809050327.m853RvcV025179@www.freebsd.org> Resent-Message-ID: <200809050330.m853U4kA087779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127103 >Category: ports >Synopsis: math/fftw3: add regression-test >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 03:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: A total of 42 ports depend on math/fftw3, so it seems reasonable tu support a regression-test target. >How-To-Repeat: >Fix: diff -ruN fftw3.orig/Makefile fftw3/Makefile --- fftw3.orig/Makefile 2008-06-19 11:46:23.000000000 -0500 +++ fftw3/Makefile 2008-06-19 13:29:12.000000000 -0500 @@ -115,4 +115,7 @@ @${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> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809050327.m853RvcV025179>