Files
libgit2/tests
2014-03-07 10:53:00 -08:00
..
2014-01-25 08:15:44 +01:00
2013-11-14 14:05:52 -08:00
2014-01-31 13:44:09 -08:00
2014-03-03 12:40:25 +01: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-03-07 16:03:15 +01:00
2014-03-07 16:03:15 +01:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2014-03-07 10:53:00 -08:00
2014-03-07 10:53:00 -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.