diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 39 | endif | 39 | endif |
| 40 | 40 | ||
| 41 | bench: joomla ## run the benchmark | 41 | bench: joomla ## run the benchmark |
