mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-01 07:21:29 +00:00
This way we can be fairly certain we run tests of lower-level parts of the library before we run tests of higher-level more complex parts. If there is any problem in a lower-level part of the library, the earlier test will identify it and stop, making it easire to troubleshoot the failure. A rough naming guide has been added for the test suite to explain the current category structure. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| NAMING | ||
| t0001-errno.c | ||
| t0101-hash.c | ||
| t0101-oid.c | ||
| t0102-objtype.c | ||
| t0103-objhash.c | ||
| t0201-readloose.c | ||
| t0202-readloose.c | ||
| test_lib.c | ||
| test_lib.h | ||
| test_main.c | ||