Go to file
Shawn O. Pearce 15bffce9f7 Create a basic test suite for the library and test oid functions
This is a horribly simple test suite that makes it fairly easy to
put together some basic function level unit tests on the library.
Its patterned somewhat after the test suite in git.git, but also
after the "Check" test library.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-01 18:24:39 -07:00
include/git Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
src Create a micro abstraction around the POSIX file APIs 2008-11-01 16:53:06 -07:00
tests Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
.gitignore Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
.HEADER Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
api.doxygen Move include files to include/git/, drop git_ prefix from file names 2008-11-01 15:42:23 -07:00
CONVENTIONS Move include files to include/git/, drop git_ prefix from file names 2008-11-01 15:42:23 -07:00
COPYING Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
Makefile Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00