libgit2/tests-clar
2012-11-29 08:22:15 -05:00
..
attr
buf buf: introduce git_buf_splice() 2012-10-25 17:42:35 +02:00
checkout
clone
commit
config
core
date
diff Fix warnings on Win64 build 2012-11-27 13:18:29 -08:00
fetchhead API updates for remote.h 2012-11-27 13:19:49 -08:00
index Fix warnings on Win64 build 2012-11-27 13:18:29 -08:00
network Push! By schu, phkelley, and congyiwu, et al 2012-11-28 11:42:37 -05:00
notes Remove git_note_data structure 2012-11-27 14:47:39 -08:00
object Remove git_object_oid2type 2012-11-29 08:22:15 -05:00
odb Make git_odb_foreach_cb take const param 2012-11-27 15:00:49 -08:00
pack
refs Fix warning 2012-11-27 13:30:04 -08:00
repo
reset
resources Push! By schu, phkelley, and congyiwu, et al 2012-11-28 11:42:37 -05:00
revwalk
stash Fix warnings on Win64 build 2012-11-27 13:18:29 -08:00
status Fix warnings on Win64 build 2012-11-27 13:18:29 -08:00
submodule
threads
clar
clar_helpers.c
clar_libgit2.h
README.md
valgrind-supp-mac.txt

Writing Clar tests for libgit2

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

https://github.com/vmg/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.