Skip to content

Commit

Permalink
updated to use NODE_PATH rather than old expresso include argument
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Oct 22, 2011
1 parent 553b9e9 commit aa6f228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ run-tests:
@./node_modules/.bin/expresso \
-t 3000 \
-I support \
-I lib \
--serial \
$(TESTFLAGS) \
$(TESTS)

test:
@$(MAKE) TESTS="$(ALL_TESTS)" run-tests
@$(MAKE) NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests

test-cov:
@TESTFLAGS=--cov $(MAKE) test
Expand Down

0 comments on commit aa6f228

Please sign in to comment.