author | Junio C Hamano <junkio@cox.net> | |
Sat, 14 May 2005 05:50:32 +0000 (22:50 -0700) | ||
committer | Petr Baudis <xpasky@machine.sinus.cz> | |
Sat, 14 May 2005 14:45:05 +0000 (16:45 +0200) | ||
commit | e1970ce43abfbf625bce68516857e910748e5965 | |
tree | 80fae9cb2afbf2bb596dea33c81e3d36f68759c8 | tree | snapshot |
parent | 95649d6cf9ec68f05d1dc57ec1b989b8d263a7ae | commit | diff |
[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>
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] | blob |
t/t0000-basic.sh | [new file with mode: 0644] | blob |
t/test-lib.sh | [new file with mode: 0644] | blob |