From 963c5d049423815e392bb6bece994a75bbd9ce05 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 30 Oct 2018 08:02:32 +1100 Subject: [PATCH] Add instructions for running the tests --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 79e1679..3e1c6f3 100644 --- a/INSTALL +++ b/INSTALL @@ -17,4 +17,7 @@ You can use another build tool, such as ninja. ninja -To run the tests, run `make test`. +To run the tests, you have to configure `cxxopts` with another flag: + cmake -D CXXOPTS_BUILD_TESTS=On ${CXXOPTS_DIR} + make + make test -- libgit2 0.21.4