]> git.notmuchmail.org Git - notmuch/commit
Copy test framework from Git
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 10 Jun 2010 06:48:00 +0000 (08:48 +0200)
committerCarl Worth <cworth@cworth.org>
Thu, 16 Sep 2010 22:56:44 +0000 (15:56 -0700)
commit0083854b1204f077e98b1d9c4ecfa2a4844ee716
tree13b44620c9a59384fb610820bf7e91945ced88f4
parent4e77148a4ba9f3b217241818ea65f282ec434e56
Copy test framework from Git

Git uses a simple and yet powerful test framework, written in shell.
The framework is easy to use for both users and developers so I think
it would help if it is used in notmuch as well.

This is a copy of Git's test framework from commit
b6b0afdc30e066788592ca07c9a6c6936c68cc11 in git repository.

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
test/Makefile [new file with mode: 0644]
test/README [new file with mode: 0644]
test/aggregate-results.sh [new file with mode: 0755]
test/t0000-basic.sh [new file with mode: 0755]
test/test-lib.sh [new file with mode: 0644]