Files
libgit2/tests
Brian Lopez d01759f5d1 Add message trailer iterator API
This also moves the existing callback-based API over to wrap the
new iterator API.
2018-01-13 12:18:17 -08:00
..
2016-05-26 13:01:07 -05:00
2018-01-13 12:18:17 -08:00
2017-12-20 16:21:05 +00:00
2017-12-23 14:59:07 +00:00
2017-02-17 13:01:49 +00: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.