libgit2/tests-clar
Ben Straub fc1f7d4f15 Merge branch 'development' into blame
Conflicts:
	include/git2.h
2013-10-03 06:20:20 -07:00
..
attr
blame
buf
checkout
clar
clone
commit
config
core
date
diff
fetchhead
filter
index
merge
network
notes
object
odb
online
pack
refs
repo
reset
resources Merge branch 'development' into blame 2013-10-03 06:20:20 -07:00
revwalk
stash
status
stress
submodule
threads
trace
clar_libgit2.c
clar_libgit2.h
clar.c
clar.h
generate.py
main.c
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.