Author: metze Date: 2005-06-26 12:41:05 +0000 (Sun, 26 Jun 2005) New Revision: 7
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=7 Log: add installcheck as alias for make test metze Modified: trunk/build/smb_build/makefile.pm Changeset: Modified: trunk/build/smb_build/makefile.pm =================================================================== --- trunk/build/smb_build/makefile.pm 2005-06-26 12:27:40 UTC (rev 6) +++ trunk/build/smb_build/makefile.pm 2005-06-26 12:41:05 UTC (rev 7) @@ -691,6 +691,8 @@ everything: all +installcheck: test + etags: etags `find $(srcdir) -name "*.[ch]"`