Files
libgit2/tests-clar
Russell Belfer 1168410426 Fix crash with adding internal ignores
Depending on what you had done before adding new items to the
internal ignores list, it was possible for the cache of ignore
data to be uninitialized.
2012-08-24 13:41:45 -07:00
..
2012-05-02 16:14:30 -07:00
2012-08-12 07:59:30 -07:00
2012-08-22 13:57:57 -07:00
2012-08-21 23:15:10 +02:00
2012-08-09 14:39:43 -05:00
2012-08-06 12:53:09 +02:00
2012-06-07 21:27:30 +02:00
2012-03-30 13:05:54 -07:00
2012-05-10 11:15:37 -07:00
2012-01-24 20:35:15 -08:00

Writing Clar tests for libgit2

For information on the Clar testing framework and a detailed introduction please visit:

https://github.com/tanoku/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.