diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-11-01 18:14:22 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-11-01 18:24:39 -0700 |
commit | 15bffce9f7ce45f3b17d9357931667485a890455 (patch) | |
tree | d4594747a02e72be9399b3a54018676e0799be22 /.gitignore | |
parent | 16a67770b7d8d72317c4b775213c23a8bd74f5e0 (diff) | |
download | libgit2-15bffce9f7ce45f3b17d9357931667485a890455.tar.gz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5e3dd788..a6a1a6fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /include/git/config.h *.o *.a +*.exe |