libgit2/tests-clar
Vicent Marti 0e2fcca850 tree: Bring back entry_bypath
Smaller, simpler, faster.
2012-06-29 02:21:12 +02:00
..
attr
buf
commit
config
core Plug a few leaks 2012-06-20 00:46:34 +02:00
date
diff Plug a few leaks 2012-06-20 00:46:34 +02:00
index Make index add/append support core.filemode flag 2012-06-19 14:27:02 -07:00
network
notes notes: fix memory leaks 2012-06-21 10:33:24 +02:00
object tree: Bring back entry_bypath 2012-06-29 02:21:12 +02:00
odb
refs revparse: unfound nth parent returns ENOTFOUND 2012-06-28 19:12:42 +02:00
repo tests-clar: fix isolation of repo initialization tests 2012-06-22 13:42:35 +02:00
reset
resources
revwalk
status
threads
clar
clar_helpers.c Make index add/append support core.filemode flag 2012-06-19 14:27:02 -07:00
clar_libgit2.h Make index add/append support core.filemode flag 2012-06-19 14:27:02 -07:00
README.md

Writing Clar tests for libgit2

For information on the Clar testing framework and a detailed introduction please visit:

https://github.com/tanoku/clar

  • Write your modules and tests. Use good, meaningful names.

  • Make sure you actually build the tests by setting:

      cmake -DBUILD_CLAR=ON build/
    
  • Test:

      ./build/libgit2_clar
    
  • Make sure everything is fine.

  • Send your pull request. That's it.