Files
libgit2/tests
Edward Thomson 44788c9661 Merge pull request #4662 from pks-t/pks/gitfile-api
path: unify `git_path_is_*` APIs
2018-06-09 18:00:23 +01:00
..
2018-03-19 16:08:01 -07:00
2018-04-11 21:02:43 +02:00
2017-12-23 14:59:07 +00:00
2018-06-01 12:49:09 +02:00
2015-06-29 21:23:09 +00:00
2018-03-19 16:08:01 -07:00
2017-02-17 13:01:49 +00:00
2015-02-27 00:30:50 -05:00

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.