Skip to content

Commit

Permalink
Added make tasks to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Nov 2, 2011
1 parent 29cddae commit 4e97245
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
test: test_functional test_issues

test_issues:
@echo
@echo "## ISSUES ######################################################################"
@echo "################################################################################"
@echo
@node ./test/issues/run.js
@echo

test_functional:
@echo
@echo "## FUNCTIONAL ##################################################################"
@echo "################################################################################"
@echo
@node ./test/functional/run.js
@echo

0 comments on commit 4e97245

Please sign in to comment.