Files
libgit2/tests-clar
2012-11-30 20:34:50 -08:00
..
2012-11-27 13:18:28 -08:00
2012-10-25 17:42:35 +02:00
2012-11-30 20:34:50 -08:00
2012-11-27 13:18:27 -08:00
2012-11-30 13:12:14 -08:00
2012-11-28 09:58:48 -08:00
2012-11-30 20:34:50 -08:00
2012-11-27 13:19:49 -08:00
2012-11-27 13:18:29 -08:00
2012-11-27 14:47:39 -08:00
2012-11-27 13:18:27 -08:00
2012-11-30 13:12:10 -08:00
2012-11-29 18:11:30 -08:00
2012-11-27 13:18:29 -08:00
2012-11-30 13:12:15 -08:00
2012-11-27 13:18:28 -08:00
2012-03-30 13:05:54 -07: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.