• Show log

    Commit

  • Hash : f60ed4e6
    Author : Russell Belfer
    Date : 2013-09-16T15:08:35

    Update clar and recreate cl_assert_equal_sz
    
    This updates clar to the version without cl_assert_equal_sz and
    then adds a new version of that macro the clar_libgit2.h.  The new
    version works around a strange issue that seemed to be arising on
    release builds with VS 10 64-bit builds.
    

  • README.md

  • 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.