Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2009 00:56:25 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/130356: ports: math/fftw add regression-target
Message-ID:  <200901110056.n0B0uPPq093652@www.freebsd.org>
Resent-Message-ID: <200901110100.n0B10962060073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130356
>Category:       misc
>Synopsis:       ports: math/fftw add regression-target
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 11 01:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 08:58:24 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
- Add regression-test target
>How-To-Repeat:

>Fix:
diff -ruN fftw.orig/Makefile fftw/Makefile
--- fftw.orig/Makefile	2009-01-10 19:35:30.000000000 -0500
+++ fftw/Makefile	2009-01-10 19:47:53.000000000 -0500
@@ -61,4 +61,7 @@
 .endif
 .endif
 
+regression-test: build
+	@cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
 .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?200901110056.n0B0uPPq093652>