diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-04-02 17:23:17 -0700 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-04-02 17:23:17 -0700 |
commit | 4cba39ac58b0dca42e9c552343d05758dd32607d (patch) | |
tree | ab71f51c5439ffaedd4c6a964d00584a4800aa70 /README.md | |
parent | 5afe95d206b48848f2bde1006c8396a1791692e8 (diff) | |
parent | b173121555d398997d1e446dca59f589f4c4e126 (diff) | |
download | libgit2-4cba39ac58b0dca42e9c552343d05758dd32607d.tar.gz |
Merge pull request #615 from benstraub/port-all-tests-to-clar
Port all tests to clar
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ The following CMake variables are declared: - `INSTALL_LIB`: Where to install libraries to. - `INSTALL_INC`: Where to install headers to. - `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON) -- `BUILD_TESTS`: Build the libgit2 test suite (defaults to ON) +- `BUILD_CLAR`: Build [Clar](https://github.com/tanoku/clar)-based test suite (defaults to ON) - `THREADSAFE`: Build libgit2 with threading support (defaults to OFF) Language Bindings |