summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index a5865ab28f..701c1e19de 100755
--- a/configure
+++ b/configure
@@ -100,6 +100,12 @@ test: all
test-all: all
python tools/test.py --mode=debug,release
+test-debug: all
+ python tools/test.py --mode=release,debug
+
+benchmark: all
+ build/default/node benchmark/run.js
+
website: website/api.html website/index.html
website/api.html: website/api.txt
@@ -123,7 +129,7 @@ check:
dist:
@$WAF dist
-.PHONY: clean dist distclean check uninstall install all test test-all website website-upload
+.PHONY: benchmark clean dist distclean check uninstall install all test test-all website website-upload
EOF
}