svn commit: r308256 - in head/misc/figlet: . files

David O'Brien obrien at FreeBSD.org
Tue Dec 4 18:09:53 UTC 2012


On Tue, Dec 04, 2012 at 12:44:04PM -0500, Eitan Adler wrote:
> On 4 December 2012 12:34, David E. O'Brien <obrien at freebsd.org> wrote:
> > Author: obrien
> > Date: Tue Dec  4 17:34:12 2012
> > New Revision: 308256
> > URL: http://svnweb.freebsd.org/changeset/ports/308256
> >
> > Log:
> >   Run the tests to ensure a good build.
> 
> Other ports use test: or regression-test: for this. Can we use the same?

I want the always tests to run so we know if we have a bad build.
I would think we should always do this as otherwise the tests will likely
seldom get run.

I could change it to:

    -post-build:
    +regression-test:
	    @ cd ${WRKSRC} && ${MAKE} check
     
    +post-build test: regression-test

so that these targets exist for manual running.  I actually like that, so
I'll commit this patch and we can continue talking about the 'post-build'
usage.

-- 
-- David  (obrien at FreeBSD.org)


More information about the svn-ports-all mailing list