Files
Carlos Martín Nieto 45a2ee3f40 https: don't test that RC4 is invalid
None of our crypto backends actually reject RC4 as a cipher so don't
test for it and instead keep it as something we'd like to do.
2017-01-09 18:29:17 +00:00
..
2015-02-13 09:28:12 -05:00
2016-10-01 17:41:28 +02:00
2015-06-29 22:13:40 +00:00
2016-04-11 16:16:55 -04:00
2016-10-01 17:40:40 +02:00
2014-04-11 21:55:36 +02:00
2016-10-01 17:41:29 +02:00
2014-09-26 12:12:09 +02:00
2015-11-02 13:47:04 +01:00
2015-06-29 21:23:09 +00:00
2015-12-21 22:18:07 +03: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

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.