diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-05-06 10:06:48 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-05-06 10:06:48 +0100 |
| commit | 23ff3a598c34dc603ef7c2f95f73489060a23a8c (patch) | |
| tree | c42ed7d535046939b598e77d21b5c0cef31c6933 /Makefile | |
| parent | 6f8272c47d45a0d07e90738052f9bf2affde3e6d (diff) | |
| parent | d53d2e4cbf5a4c10623b469fb153aae28c593276 (diff) | |
| download | rabbitmq-server-git-23ff3a598c34dc603ef7c2f95f73489060a23a8c.tar.gz | |
merge default into bug21673
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -167,6 +167,9 @@ start-cover: all echo "rabbit_misc:start_cover([\"rabbit\", \"hare\"])." | $(ERL_CALL) echo "rabbit_misc:enable_cover([\"$(COVER_DIR)\"])." | $(ERL_CALL) +start-secondary-cover: all + echo "rabbit_misc:start_cover([\"hare\"])." | $(ERL_CALL) + stop-cover: all echo "rabbit_misc:report_cover(), cover:stop()." | $(ERL_CALL) cat cover/summary.txt |
