Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: No need for weak in 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 5, 2012
1 parent 992e346 commit 8cd2b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ install:
uninstall:
@$(WAF) uninstall

test: all node_modules/weak
test: all
$(PYTHON) tools/test.py --mode=release simple message

test-http1: all
Expand Down

0 comments on commit 8cd2b0e

Please sign in to comment.