• Show log

    Commit

  • Hash : 212eb09d
    Author : Scott J. Goldman
    Date : 2012-05-13T23:12:51

    Add a test to verify FILENAME_MAX
    
    Since we now rely on it (at least under Solaris), I figured we probably
    want to make sure it's accurate. The new test makes sure that creating a
    file with a name of length FILENAME_MAX+1 fails.
    

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