Files
libgit2/tests
Jameson Miller b2ab887e11 submodule init should resolve relative url paths
Submodule init should handle relative paths in .gitmodules files
and resolve these urls when updating the git config file.
2014-12-22 16:35:45 -05:00
..
2013-11-14 14:05:52 -08:00
2014-10-10 18:03:09 +02:00
2014-11-08 13:28:27 +01:00
2014-12-16 10:08:43 -06:00
2014-04-11 21:55:36 +02:00
2014-11-23 15:51:31 +01:00
2014-12-06 04:20:09 +01:00
2014-09-26 12:12:09 +02:00
2014-12-19 23:54:42 +08:00
2014-10-03 19:30:48 -04:00
2014-08-05 20:51:59 +02:00
2014-08-05 20:51:59 +02:00
2014-12-10 18:11:50 -05:00
2014-12-10 18:11:50 -05:00
2014-12-07 22:09:00 +08:00
2014-11-08 23:46:39 +01: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.