Files
libgit2/tests
Vicent Marti a598264463 Merge pull request #2376 from libgit2/cmn/remote-symref
Add support for the symref extension
2014-05-22 02:28:42 +02:00
..
2014-04-02 18:50:47 +02:00
2013-11-14 14:05:52 -08:00
2014-04-14 16:16:22 +02:00
2014-04-02 18:50:47 +02:00
2014-05-15 10:56:28 -07:00
2014-04-11 21:55:36 +02:00
2014-05-16 16:30:58 -07:00
2014-05-20 08:29:51 +02:00
2014-05-15 10:56:28 -07:00
2014-04-25 15:49:58 +02:00
2014-03-31 15:15:32 -07:00
2013-11-14 14:05:52 -08:00
2014-05-15 10:56:28 -07:00
2014-05-15 10:56:28 -07:00
2014-04-02 18:50:47 +02:00
2014-04-02 18:50:47 +02:00
2013-11-14 14:05:52 -08:00
2014-05-15 10:56:28 -07: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.