test: No need for weak in 'make test'
authorisaacs <i@izs.me>
Sat, 5 May 2012 01:29:56 +0000 (18:29 -0700)
committerisaacs <i@izs.me>
Sat, 5 May 2012 01:29:56 +0000 (18:29 -0700)
Makefile

index d43347487565040cca45f5b2fc430559821cf7c1..acc957dda7a5007a96df453c1d7d4ee57f43e173 100644 (file)
--- a/Makefile
+++ b/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