diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-11 16:51:50 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-11 16:51:50 +0200 |
commit | 393aa057d354a6ea00ce5747c1bb9ed7fbc21049 (patch) | |
tree | 34df084508ececec0f0edfba78cc04b2ebae557d /build | |
parent | e35bdb49121ac451384b6c443850ce67e7c5be63 (diff) | |
parent | 3718a955263b6d8ad2735f32df8f99567203726e (diff) | |
download | php-git-393aa057d354a6ea00ce5747c1bb9ed7fbc21049.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.gcov | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Makefile.gcov b/build/Makefile.gcov index c32ae3fe55..944739aff3 100644 --- a/build/Makefile.gcov +++ b/build/Makefile.gcov @@ -2,6 +2,9 @@ # LCOV # +LTP = lcov +LTP_GENHTML = genhtml + lcov: lcov-html lcov-test: lcov-clean-data test |