Files
libgit2/tests
Edward Thomson 1e46d54584 crlf tests: ensure that Unix obeys autocrlf=true
All platforms do terrible, horrible, no good, very bad translation
when core.autocrlf=true.  It's not just Windows!
2015-06-22 12:00:26 -04:00
..
2015-02-13 09:28:12 -05:00
2014-04-11 21:55:36 +02:00
2014-09-26 12:12:09 +02:00
2015-05-13 16:40:18 +02:00
2015-03-17 19:04:48 -04:00
2015-02-27 00:30:50 -05:00
2014-12-07 22:09:00 +08:00
2015-04-15 10:25:09 -04: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.