Skip to content

Commit

Permalink
added test make target
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisumbel committed Jul 29, 2011
1 parent 4f0240b commit 40b8780
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ benchmark:


clean: clean:
@rm -f **/*~ *~ **/\#* \#* @rm -f **/*~ *~ **/\#* \#*

test:
NODE_PATH=. jasmine-node spec/

0 comments on commit 40b8780

Please sign in to comment.