Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot the makefile ;)
  • Loading branch information
ciaranj committed Jul 20, 2010
1 parent 6098ce8 commit 7f18a96
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
@@ -1,11 +1,14 @@
NODE = node

all: test
TEST = support/expresso/bin/expresso
TESTS ?= test/*.test.js

test:
@$(NODE) spec/node.js all
@CONNECT_ENV=test ./$(TEST) -I lib $(TEST_FLAGS) $(TESTS)

test-cov:
@$(MAKE) test TEST_FLAGS="--cov"

app:
@$(NODE) examples/app.js

.PHONY: test app
.PHONY: test test-cov app

0 comments on commit 7f18a96

Please sign in to comment.