From: Tim Kientzle Date: Wed, 8 Apr 2009 07:42:54 +0000 (-0400) Subject: Allow 'make test' as a synonym for 'make check'. X-Git-Tag: v2.7.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd778eb9ffb22b6678145323cc0ec6ef4200de90;p=thirdparty%2Flibarchive.git Allow 'make test' as a synonym for 'make check'. SVN-Revision: 939 --- diff --git a/Makefile.am b/Makefile.am index d7e658992..3da70e478 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,11 @@ dist-hook: -rm -f $(distdir)/*/Makefile $(distdir)/*/*/Makefile cd $(distdir)/doc && /bin/sh update.sh +# +# Support 'make test' as a synonym for 'make check' +# +test: check + # # Extra rules for cleanup #