Browse Source

test: No need for weak in 'make test'

v0.8.7-release
isaacs 13 years ago
parent
commit
8cd2b0e778
  1. 2
      Makefile

2
Makefile

@ -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

Loading…
Cancel
Save