]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Allow 'make test' as a synonym for 'make check'.
authorTim Kientzle <kientzle@gmail.com>
Wed, 8 Apr 2009 07:42:54 +0000 (03:42 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 8 Apr 2009 07:42:54 +0000 (03:42 -0400)
SVN-Revision: 939

Makefile.am

index d7e6589926def1693a3705a070eb40a19299542f..3da70e4786907d3b01ba11e00af1e48096e56b9c 100644 (file)
@@ -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
 #