Files
libgit2/tests
..
2014-01-25 08:15:44 +01:00
2014-01-09 11:18:38 +08:00
2013-11-14 14:05:52 -08:00
2014-01-31 13:44:09 -08:00
2014-01-22 14:41:04 -05:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2014-01-28 19:39:14 +01:00
2014-01-29 13:15:53 -08:00
2014-02-02 18:20:38 +01:00
2014-02-01 11:46:15 -08:00
2014-01-25 08:15:44 +01:00
2014-01-20 17:15:14 -05: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.