aboutsummaryrefslogtreecommitdiffstats
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
commit07c3d8b47c06448fab5ae49f5b70ab4e48385ffc (patch)
treeb721e139d71a1b6589d04457d6d896c0a467482b
parenta247edeac984c22ac4419eb03b5bbbdcd9a2206f (diff)
downloadprosody-07c3d8b47c06448fab5ae49f5b70ab4e48385ffc.tar.gz
prosody-07c3d8b47c06448fab5ae49f5b70ab4e48385ffc.zip
GNUMakefile: Add note about how to list coverage of individual files
-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