Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
add make test-remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 18, 2013
1 parent 4fe98ae commit f2d0b6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ test:
--timeout 10s \ --timeout 10s \
--slow 3s \ --slow 3s \
--bail \ --bail \
--reporter spec --reporter spec \
$(SCRIPTS)


.PHONY: test test-remotes:
@$(MAKE) test SCRIPTS=test/remotes.js

.PHONY: test test-remotes

0 comments on commit f2d0b6e

Please sign in to comment.