X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6902ed178ba54c8e1c410519f7ee576ddb42554c..3459d319d1ea16c51937ec5e2046a48d8f54050c:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 56e1b042..7e3df792 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,6 @@ srcdir=@srcdir@ VPATH=$(srcdir) SHELL=/bin/sh - .SUFFIXES: .SUFFIXES: .c .o @@ -86,3 +85,11 @@ finddead: nm *.o */*.o |grep 'U ' | awk '{print $$2}' | sort -u > nmused.txt nm *.o */*.o |grep 'T ' | awk '{print $$3}' | sort -u > nmfns.txt comm -13 nmused.txt nmfns.txt + +# 'check' is the GNU name, 'test' is the name for everybody else :-) +.PHONY: check test + +test: check + +check: + rsync_bin=`pwd`/rsync srcdir="$(srcdir)" testdir=`pwd`/testdir $(srcdir)/testsuite/master.test