Files
libgit2/tests-clar
2012-08-27 13:39:17 -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-08-24 11:00:26 -07: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.