summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-05-03 17:35:50 +0200
committerVicent Marti <tanoku@gmail.com>2013-05-03 17:35:50 +0200
commitb641c00eebb3c60e8719c0dfc55dde91ca30a5d2 (patch)
tree444fc6c69c356fa0a966680f597650e50cd53329
parent811c761fe14fbf14591d215b36594a332e54e3d3 (diff)
downloadlibgit2-b641c00eebb3c60e8719c0dfc55dde91ca30a5d2.tar.gz
clar: Always generate the test suite
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f6b06bf1..5a228e342 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -337,7 +337,7 @@ IF (BUILD_CLAR)
ADD_CUSTOM_COMMAND(
OUTPUT ${CLAR_PATH}/clar.suite
- COMMAND ${PYTHON_EXECUTABLE} generate.py -xonline .
+ COMMAND ${PYTHON_EXECUTABLE} generate.py -f -xonline .
DEPENDS ${SRC_TEST}
WORKING_DIRECTORY ${CLAR_PATH}
)