Files
libgit2/tests
Edward Thomson cdab165df4 Merge pull request #4490 from libgit2/ethomson/apfs_precompose_fixes
status::renames: test update for APFS (write NFD instead of NFC filename)
2018-01-31 09:27:39 -08:00
..
2016-05-26 13:01:07 -05:00
2017-12-23 14:59:07 +00:00
2015-06-29 21:23:09 +00: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.