cgitsb/tests
John Keeping c95cc5ec56 tests: use Git's test framework
This allows tests to run in parallel as well as letting us use "prove"
or another TAP harness to run the tests.

Git's test framework requires Git to be fully built before letting any
tests run, so add a new target to the top-level Makefile which builds
all of Git instead of just libgit.a and make the "test" target depend on
that.

Signed-off-by: John Keeping <john@keeping.me.uk>
2013-04-08 22:27:11 +02:00
..
.gitignore Create initial testsuite 2007-11-11 12:00:13 +01:00
Makefile tests/Makefile: not everyone has . in $PATH 2008-07-22 19:02:27 +02:00
setup.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0001-validate-git-versions.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0010-validate-html.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0020-validate-cache.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0101-index.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0102-summary.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0103-log.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0104-tree.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0105-commit.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0106-diff.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0107-snapshot.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0108-patch.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00