[PATCH 1/2] Test framework take two.
commite1970ce43abfbf625bce68516857e910748e5965
authorJunio C Hamano <junkio@cox.net>
Sat, 14 May 2005 05:50:32 +0000 (13 22:50 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Sat, 14 May 2005 14:45:05 +0000 (14 16:45 +0200)
tree80fae9cb2afbf2bb596dea33c81e3d36f68759c8
parent95649d6cf9ec68f05d1dc57ec1b989b8d263a7ae
[PATCH 1/2] Test framework take two.

This adds t/ directory to host test suite, a test helper
library and a basic set of tests.

Petr Baudis raised many valid points at the earlier attempts in
git mailing list.  This round, test-lib.sh has been updated to a
bit more modern style, and the default output is made easier to
read.  Also included is one sample test script that tests the
very basics.  This test has already found one leftover bug
missed when we introduced symlink support, which has been fixed
since then.  The supplied Makefile is designed to run all the
available tests.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
t/Makefile [new file with mode: 0644]
t/t0000-basic.sh [new file with mode: 0644]
t/test-lib.sh [new file with mode: 0644]