• Show log

    Commit

  • Hash : 40879fac
    Author : Vicent Martí
    Date : 2012-05-02T15:59:02

    Merge branch 'new-error-handling' into development
    
    Conflicts:
    	.travis.yml
    	include/git2/diff.h
    	src/config_file.c
    	src/diff.c
    	src/diff_output.c
    	src/mwindow.c
    	src/path.c
    	tests-clar/clar_helpers.c
    	tests-clar/object/tree/frompath.c
    	tests/t00-core.c
    	tests/t03-objwrite.c
    	tests/t08-tag.c
    	tests/t10-refs.c
    	tests/t12-repo.c
    	tests/t18-status.c
    	tests/test_helpers.c
    	tests/test_main.c
    

  • README.md

  • Writing Clar tests for libgit2

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

    https://github.com/tanoku/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.