summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-04 18:29:56 -0700
committerisaacs <i@izs.me>2012-05-04 18:30:38 -0700
commiteaf607e88b632a80d59dde04bd08dae5cb2c7bb8 (patch)
treec551885e97cbe508c3187e6d50ad49284b744f57 /Makefile
parenta62dd44b20196d38d5c60840ef823615941a6f13 (diff)
downloadnode-new-eaf607e88b632a80d59dde04bd08dae5cb2c7bb8.tar.gz
test: No need for weak in 'make test'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 972dca27d5..cc913ff75d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ distclean:
-rm -rf node node_g blog.html email.md
-rm -rf node_modules
-test: all node_modules/weak
+test: all
$(PYTHON) tools/test.py --mode=release simple message
PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js