Software /
code /
prosody
Comparison
GNUmakefile @ 8782:daa518a22c34
GNUMakefile: Add note about how to list coverage of individual files
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 30 Apr 2018 18:08:09 +0100 |
parent | 8612:1f2fb8070c7c |
child | 8798:505722879b55 |
comparison
equal
deleted
inserted
replaced
8781:53178b6ba589 | 8782:daa518a22c34 |
---|---|
72 -rm -- luacov.* | 72 -rm -- luacov.* |
73 busted --lua=$(RUNWITH) -c | 73 busted --lua=$(RUNWITH) -c |
74 luacov | 74 luacov |
75 luacov-console | 75 luacov-console |
76 luacov-console -s | 76 luacov-console -s |
77 @echo "To inspect individual files run: luacov-console -l FILENAME" | |
77 | 78 |
78 util/%.so: | 79 util/%.so: |
79 $(MAKE) install -C util-src | 80 $(MAKE) install -C util-src |
80 | 81 |
81 %.install: % | 82 %.install: % |