diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -115,7 +115,8 @@ force-snapshot: all stop-node: -$(ERL_CALL) -q -COVER_DIR=$(EBIN_DIR) +# code coverage will be created for subdirectory "ebin" of COVER_DIR +COVER_DIR=. start-cover: all echo "cover:start(), rabbit_misc:enable_cover([\"$(COVER_DIR)\"])." | $(ERL_CALL) |