> On Wed, 10 Oct 2007, Jan Wielemaker wrote: > > Is there a test suite for git-cvsserver? > > Yes: t/t9400-git-cvsserver-server.sh Thanks. B.t.w. from the main directory: gollem (git) 21_> make check for i in *.c; do sparse -g -O2 -Wall -DSHA1_HEADER='<openssl/sha.h>' -DETC_GITCONFIG='"/home/jan/etc/gitconfig"' -DNO_STRLCPY -D__BIG_ENDIAN__ -D__powerpc__ $i || exit; done /bin/sh: sparse: command not found make: *** [check] Error 127 Dunno, but maybe something like this is more appropriate: echo "See t/README for testing GIT" Cheers --- Jan P.s. My modified version passes all tests. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html