Skip to content

Commit

Permalink
makefile: turn live tests off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Feb 12, 2013
1 parent 84530f9 commit d299ed2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ test:
--timeout $(TIMEOUT) \
$(TESTS)

test-live:
@NODE_ENV=test APNAGENT_LIVE=1 ./node_modules/.bin/mocha \
--require ./test/bootstrap \
--reporter $(REPORTER) \
--timeout $(TIMEOUT) \
$(TESTS)

test-cov: lib-cov
@APNAGENT_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html

Expand Down

0 comments on commit d299ed2

Please sign in to comment.