Files
libgit2/tests-clar
2013-07-13 14:14:43 +02:00
..
2012-10-25 17:42:35 +02:00
2013-06-29 13:38:27 +02:00
2013-06-29 13:27:55 +02:00
2013-07-10 20:50:33 +02:00
2013-07-13 14:14:43 +02:00
2013-06-29 13:27:55 +02:00
2013-03-03 15:19:21 +01:00
2013-05-17 16:10:48 -05:00
2013-06-25 22:55:13 +02:00
2013-04-20 16:20:33 +02:00
2013-05-15 22:41:30 +02:00
2013-06-17 10:23:53 -07:00
2013-03-22 14:23:18 -07:00
2013-03-22 14:23:18 -07: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.