| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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>
| John Keeping | 2013-04-08 | 1 | -19/+18 |
| * | tests: make whitespace consistent•••Signed-off-by: John Keeping <john@keeping.me.uk>
| John Keeping | 2013-03-04 | 1 | -1/+1 |
| * | tests: "grep -e" is not portable to all platforms•••The "-e" option to grep is not needed unless specifying more than one
pattern, which we don't do. Remove it to avoid restricting the tests on
platforms that do not have a grep that recognises "-e".
Signed-off-by: John Keeping <john@keeping.me.uk>
| John Keeping | 2013-03-04 | 1 | -5/+5 |
| * | tests: handle paths with whitespace•••v2: incorporate remarks of Lukas
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
| Ferry Huberts | 2012-03-18 | 1 | -1/+1 |
| * | t0108-patch: add 'tests_done' to end•••Signed-off-by: Mark Lodato <lodatom@gmail.com>
| Mark Lodato | 2010-08-29 | 1 | -0/+2 |
| * | Fix segfault in patch view for root commit•••The code for patch view assumed the current commit would always have a parent,
which made cgit segfault when that wasn't the case.
This fixes the bug and adds a test-script for patch view which includes a test
for the inital commit.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-03-17 | 1 | -0/+37 |