diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-02 22:53:02 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-02 22:53:02 +0000 |
commit | a98b370bd49bc3f3225bbd9013cda5a53789f53d (patch) | |
tree | 5194f1cb641d812fa31d7c6b446ff1ff79e490c5 /coverage | |
parent | f411695f3e009b4d348a8fa2dd32c0171f1ff683 (diff) |
add pkg string
Original commit message from CVS:
add pkg string
Diffstat (limited to 'coverage')
-rw-r--r-- | coverage/lcov.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/lcov.mak b/coverage/lcov.mak index 0d23b19..f375594 100644 --- a/coverage/lcov.mak +++ b/coverage/lcov.mak @@ -13,4 +13,4 @@ lcov-report: lcov -r lcov/lcov.info `cat lcov/remove` > lcov/lcov.cleaned.info rm lcov/remove mv lcov/lcov.cleaned.info lcov/lcov.info - genhtml -o lcov lcov/lcov.info + genhtml -t "$(PACKAGE_STRING)" -o lcov lcov/lcov.info |