libgit2/tests
Ramsay Jones 498bc09068 t0020-dirent.c: allow test to be run standalone
This test assumed that it was invoked in an empty directory,
which is true when run from the Makefile, and so would fail
if run standalone. In order to allow the test to work when
run from any directory, create a sub directory "dir-walk"
and chdir() into this directory while running the tests.

Also, add some additional tests.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-03-30 07:18:42 -07:00
..
.gitignore Fix Makefile to correctly handle 'make -j4 test' 2008-11-03 18:42:54 -08:00
NAMING Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0001-errno.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0002-refcnt.c Add a mutex and atomic counter abstraction and implementations 2008-12-31 13:36:55 -08:00
t0003-strutil.c Add git__dirname and git__basename utility routines 2009-01-28 12:25:24 -08:00
t0020-dirent.c t0020-dirent.c: allow test to be run standalone 2009-03-30 07:18:42 -07:00
t0101-hash.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0101-oid.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0102-objtype.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0103-objhash.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0201-existsloose.c Add a test to check existence of loose objects. 2009-03-17 19:08:00 -07:00
t0202-readloose.c Add a test to check existence of loose objects. 2009-03-17 19:08:00 -07:00
t0203-readloose.c Add a test to check existence of loose objects. 2009-03-17 19:08:00 -07:00
test_helpers.c Factor out test helper methods for creating/deleting loose objects 2009-03-17 19:06:37 -07:00
test_helpers.h Factor out test helper methods for creating/deleting loose objects 2009-03-17 19:06:37 -07:00
test_lib.c Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
test_lib.h Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
test_main.c Change test_main to run a single test case out of the suite 2008-11-03 18:42:54 -08:00