libgit2/tests-clar
2013-09-10 22:36:13 +02:00
..
attr
buf
checkout Fix tests of file modes 2013-09-05 11:45:29 -07:00
clar
clone
commit
config
core
date
diff Fix some newer GCC compiler warnings 2013-09-05 10:25:16 -07:00
fetchhead
index Better macro name for is-exec-bit-set test 2013-09-05 16:14:32 -07:00
merge
network tests: Fix memory leaks 2013-09-07 17:51:24 +02:00
notes
object odb: Prevent stream_finalize_write() from overwriting 2013-09-06 22:47:28 +02:00
odb odb: Error when streaming in too [few|many] bytes 2013-09-07 23:00:20 +02:00
online
pack
refs odb: Teach loose backend to return EAMBIGUOUS 2013-09-10 22:36:13 +02:00
repo Better macro name for is-exec-bit-set test 2013-09-05 16:14:32 -07:00
reset
resources
revwalk
stash
status
stress
submodule
threads
trace
clar_libgit2.c Fix tests to use core.filemode correctly 2013-09-04 16:41:34 -07:00
clar_libgit2.h Fix tests to use core.filemode correctly 2013-09-04 16:41:34 -07:00
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.