libgit2/tests-clay
schu 1d33bf9d02 tests-clay: add a readme file
Signed-off-by: schu <schu-github@schulog.org>
2011-10-07 23:13:09 +02:00
..
core tests-clay: update clay 2011-10-07 23:02:02 +02:00
network Make repo config loading automatic or completely explicit 2011-09-27 14:40:56 +02:00
status Backport t18 fixes to Clay 2011-09-19 05:41:25 +03:00
clay tests-clay: update clay 2011-10-07 23:02:02 +02:00
clay_libgit2.h Come out and Clay 2011-09-15 01:12:46 +02:00
clay_main.c tests-clay: update clay 2011-10-07 23:02:02 +02:00
clay.h tests-clay: update clay 2011-10-07 23:02:02 +02:00
README.md tests-clay: add a readme file 2011-10-07 23:13:09 +02:00

Writing Clay tests for libgit2

For information on the Clay testing framework and a detailed introduction please visit:

https://github.com/tanoku/clay

  • Write your modules and tests. Use good, meaningful names.

  • Mix the tests:

      ./clay
    
  • Make sure you actually build the tests by setting:

      BUILD_CLAY=ON
    
  • Test:

      ./build/libgit2_clay
    
  • Make sure everything is fine.

  • Send your pull request. That's it.