summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-27 00:49:47 +0200
committerRyan <ry@tinyclouds.org>2009-06-27 00:49:47 +0200
commit9615c93d2d27dd7e875b0578a9aa3622f97231e3 (patch)
tree82d740f956c6c32a5be9e76792a65bff8e5bb2af /configure
parentbe963d68af4b22368a037cf490aff6898b238b92 (diff)
downloadandroid-node-v8-9615c93d2d27dd7e875b0578a9aa3622f97231e3.tar.gz
android-node-v8-9615c93d2d27dd7e875b0578a9aa3622f97231e3.tar.bz2
android-node-v8-9615c93d2d27dd7e875b0578a9aa3622f97231e3.zip
Add make test-all
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4c018593ab..a3a2ed6f42 100755
--- a/configure
+++ b/configure
@@ -99,6 +99,9 @@ test: all
test-debug: all
python tools/test.py --mode=debug
+
+test-all: all
+ python tools/test.py --mode=debug,release
clean:
@$WAF clean