Skip to content

Commit

Permalink
introduce makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bolgovr committed Apr 12, 2012
1 parent e501ff4 commit 719a0e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@
TEST_REPORTER = list
ALL_TESTS = test/*.js

test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--reporter $(TEST_REPORTER) \
--timeout 1000 \
$(ALL_TESTS)


.PHONY: all test clean

0 comments on commit 719a0e2

Please sign in to comment.