aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-04-30 18:08:09 +0100
committerMatthew Wild <mwild1@gmail.com>2018-04-30 18:08:09 +0100
commit0b917d28da4f9cf06a8eeadcf077af4598fbce86 (patch)
treeb721e139d71a1b6589d04457d6d896c0a467482b /GNUmakefile
parent7fa2aa0007e5bdae55ff0ced57ba193154302312 (diff)
downloadprosody-0b917d28da4f9cf06a8eeadcf077af4598fbce86.tar.gz
prosody-0b917d28da4f9cf06a8eeadcf077af4598fbce86.zip
GNUMakefile: Add note about how to list coverage of individual files
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cb8dd195..0253cacd 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -74,6 +74,7 @@ coverage:
luacov
luacov-console
luacov-console -s
+ @echo "To inspect individual files run: luacov-console -l FILENAME"
util/%.so:
$(MAKE) install -C util-src