Files
libgit2/tests-clar
Vicent Martí 520287f63a Merge pull request #1785 from libgit2/cmn/odb-hash-frontend
odb: move hashing to the frontend for streaming
2013-08-19 02:17:00 -07:00
..
2012-10-25 17:42:35 +02:00
2013-08-12 11:02:53 -07:00
2013-07-31 16:40:42 -07:00
2013-08-19 10:30:44 +02:00
2013-06-29 13:27:55 +02:00
2013-08-14 11:52:49 +02:00
2013-03-03 15:19:21 +01:00
2013-05-17 16:10:48 -05:00
2013-04-20 16:20:33 +02:00
2013-05-15 22:41:30 +02:00
2013-07-31 16:40:42 -07:00
2013-08-12 11:02: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.