Files
libgit2/tests-clar
2013-02-11 09:12:39 -08:00
..
2012-10-25 17:42:35 +02:00
2013-01-25 22:43:52 -05:00
2013-01-21 13:39:53 -08:00
2013-01-29 12:16:59 -08:00
2013-01-04 17:47:52 +01:00
2013-01-03 19:17:07 +01:00
2013-01-03 19:17:07 +01:00
2013-01-11 19:30:59 +01:00
2013-01-21 13:39:53 -08:00
2013-01-21 13:39:53 -08:00
2013-01-21 13:39:53 -08:00
2013-01-04 20:02:01 +01:00
2012-10-19 14:05:55 -07: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.