Skip to content

Commit

Permalink
Use node-far as test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Apr 29, 2011
1 parent 40778ea commit e5a867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

test:
node test/runner.js
@node-far test/ -i "test-.*\.js$$"

.PHONY: test

0 comments on commit e5a867b

Please sign in to comment.