Files
libgit2/tests-clar
Carlos Martín Nieto fc1826d149 tests: fix tree walking test
Return -1 to stop the iteration instead of not-0
2012-08-14 20:54:13 +02:00
..
2012-05-02 16:14:30 -07:00
2012-08-12 07:59:30 -07:00
2012-08-09 14:39:43 -05:00
2012-08-14 20:54:13 +02:00
2012-08-06 12:53:09 +02:00
2012-08-09 14:39:43 -05: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.