diff options
author | Ben Straub <ben@straubnet.net> | 2012-03-31 16:10:01 -0700 |
---|---|---|
committer | Ben Straub <ben@straubnet.net> | 2012-03-31 16:10:01 -0700 |
commit | fd29cd13b70b9a3a90ca605e2d1a633a08f1daf7 (patch) | |
tree | cfce1a9713e13e273c83a2ba3075fa28c2083fe7 /README.md | |
parent | 270303ca7ab82d7600b77b3f65d2d25ee6299af3 (diff) | |
download | libgit2-fd29cd13b70b9a3a90ca605e2d1a633a08f1daf7.tar.gz |
Moved testing resources to clar, and removed old tests directory.
Removed the BUILD_CLAR CMake flag, and updated the readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -68,8 +68,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 OFF) +- `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 |