summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 834d1f8..8c54f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ else
35 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test 35 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test
36 lcov --base-directory ./src --directory ./src -c -o ./src/COV.info --rc lcov_branch_coverage=1 36 lcov --base-directory ./src --directory ./src -c -o ./src/COV.info --rc lcov_branch_coverage=1
37 lcov --remove src/COV.info '/usr/*' --remove src/COV.info '*tweetnacl.c' -o src/COV.info --rc lcov_branch_coverage=1 37 lcov --remove src/COV.info '/usr/*' --remove src/COV.info '*tweetnacl.c' -o src/COV.info --rc lcov_branch_coverage=1
38 genhtml -o src/COV.html ./src/COV.info --branch-coverage 38 genhtml --show-details -o src/COV.html ./src/COV.info --branch-coverage
39endif 39endif
40 40
41bench: joomla ## run the benchmark 41bench: joomla ## run the benchmark