Add a check30 target.
authorWayne Davison <wayned@samba.org>
Sat, 24 Oct 2009 19:37:26 +0000 (12:37 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 24 Oct 2009 19:37:26 +0000 (12:37 -0700)
Makefile.in

index 8dd7c98..826cf1f 100644 (file)
@@ -240,6 +240,9 @@ check: all $(CHECK_PROGS) $(CHECK_SYMLINKS)
 check29: all $(CHECK_PROGS) $(CHECK_SYMLINKS)
        rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=29
 
+check30: all $(CHECK_PROGS) $(CHECK_SYMLINKS)
+       rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=30
+
 wildtest.o: wildtest.c lib/wildmatch.c rsync.h config.h
 wildtest$(EXEEXT): wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(LIBS)