libgit2/tests
Shawn O. Pearce 5690f02e87 Rewrite git_foreach_dirent into gitfo_dirent
Our fileops API is currently private.  We aren't planning on supplying
a cross-platform file API to applications that link to us.  If we did,
we'd probably whole-sale publish fileops, not just the dirent code.

By moving it to be private we can also change the call signature to
permit the buffer to be passed down through the call chain.  This is
very helpful when we are doing a recursive scan as we can reuse just
one buffer in all stack frames, reducing the impact the recursion has
on the stack frames in the data cache.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-12-31 15:35:36 -08: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 string utility functions for prefix and suffix compares 2008-12-31 14:35:39 -08:00
t0020-dirent.c Rewrite git_foreach_dirent into gitfo_dirent 2008-12-31 15:35:36 -08: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-readloose.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08:00
t0202-readloose.c Rename the test cases to run in specific orders 2008-12-31 11:16:41 -08: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