Skip to content

Commit

Permalink
Makefile to allow you to run tests by typing 'make'
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Sep 14, 2015
1 parent 700376d commit 71578ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TESTS=tests/*.js

all: test

test:
mocha ${TESTS}

0 comments on commit 71578ad

Please sign in to comment.