-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 H.Merijn Brand wrote: > On Thu, 18 Oct 2007 05:50:42 -0600, Eric Blake <[EMAIL PROTECTED]> wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> According to H.Merijn Brand on 10/18/2007 1:43 AM: >>> Please convince the GNU world to add 'make test' as alias for >>> 'make check'. >> It won't work for coreutils, where test is the name of a built program. >> That's why the GNU Coding Standards mandate 'make check', but mention >> nothing about 'make test'. However, patches to automake are welcome. > > like attached?
<snip> > diff -pur automake-1.10/doc/automake.texi automake-1.10_01/doc/automake.texi > --- automake-1.10/doc/automake.texi 2006-10-15 19:41:24 +0200 > +++ automake-1.10_01/doc/automake.texi 2007-10-18 14:22:02 +0200 > @@ -9362,7 +9362,7 @@ include Makefile > # Then, define the other targets needed by Automake Makefiles. > .PHONY: dvi pdf ps info html check > dvi pdf ps info html: > -check: test > +test check: test <snip> Don't forget to add test to .PHONY. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHF4tD7M8hyUobTrERCHXqAJ4kaRNvuLy7CnJ5EYxvB7Nj2X9KeQCfZ/vm rWVGcxEquzMReZA+UZtDSlE= =wijp -----END PGP SIGNATURE-----