Add a testsuite framework copied from git-core
authorYann Dirson <ydirson@altern.org>
Sun, 16 Apr 2006 10:52:28 +0000 (12:52 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 2 May 2006 20:19:05 +0000 (21:19 +0100)
commitaa9b1b9d49ec37d28b6f576656170d47618e25b5
treee56af173767b46d3aade003dce39497bf0842ba5
parentee78cb260d1ce52cf6cc81c6d8b320e75243b4e5
Add a testsuite framework copied from git-core

See git's t/README for details on how to use this framework.

There is no integration yet in the toplevel Makefile, I'll let
python masters take care of this.  Use "make -C t" to run the
tests for now.

A patch-naming policy should be defined for stgit, since the
git one does not apply.

Signed-off-by: Yann Dirson <ydirson@altern.org>
TODO
t/Makefile [new file with mode: 0644]
t/README [new file with mode: 0644]
t/t0000-dummy.sh [new file with mode: 0755]
t/test-lib.sh [new file with mode: 0755]