libgit2/tests
2015-11-25 15:37:05 -05:00
..
attr
blame
buf
checkout Fix some warnings 2015-11-20 20:48:51 +02:00
cherrypick merge: rename git_merge_tree_flags_t -> git_merge_flags_t 2015-11-25 15:37:05 -05:00
clar
clone
commit Fix git_commit_summary to convert newlines to spaces even after 2015-11-03 17:50:55 -05:00
config config::global: use PROGRAMDATA configuration 2015-11-17 08:46:21 -05:00
core Fix some warnings 2015-11-20 20:48:51 +02:00
date
describe
diff Fix some warnings 2015-11-20 20:48:51 +02:00
fetchhead
filter
graph
index Fix some warnings 2015-11-20 20:48:51 +02:00
merge merge: rename git_merge_tree_flags_t -> git_merge_flags_t 2015-11-25 15:37:05 -05:00
network
notes
object
odb odb: Prioritize alternate backends 2015-10-14 20:53:01 +02:00
online Fix build for unit test 2015-11-02 16:19:25 -05:00
pack
path
perf
rebase
refs reflog: error when a directory is at reflog path 2015-11-12 09:39:29 -05:00
remote
repo repository: distinguish sequencer cherry-pick and revert 2015-11-20 13:19:23 -05:00
reset
resources submodule: test updating a submodule w/ a path 2015-11-04 16:53:41 -05:00
revert merge: rename git_merge_tree_flags_t -> git_merge_flags_t 2015-11-25 15:37:05 -05:00
revwalk merge: Fix memory leak in test 2015-11-02 13:47:04 +01:00
stash
status
stress
submodule submodule: test updating a submodule w/ a path 2015-11-04 16:53:41 -05:00
threads
trace
transport
win32
clar_libgit2_timer.c
clar_libgit2_timer.h
clar_libgit2_trace.c
clar_libgit2_trace.h
clar_libgit2.c tests: use out-of-the-way config dir in sandbox 2015-11-17 11:22:01 -05:00
clar_libgit2.h
clar.c
clar.h
generate_crlf.sh
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.