Files
libgit2/tests
Vicent Martí e479628a01 Merge pull request #1966 from nickh/patch_content_offsets
Add content offset to git_diff_line
2013-11-19 11:36:02 -08:00
..
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-18 14:03:25 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-19 14:25:30 +01:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-18 12:14:50 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08: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.