Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-27 02:49:47 +0400
committerRyan <ry@tinyclouds.org>2009-06-27 02:49:47 +0400
commit9615c93d2d27dd7e875b0578a9aa3622f97231e3 (patch)
tree82d740f956c6c32a5be9e76792a65bff8e5bb2af /configure
parentbe963d68af4b22368a037cf490aff6898b238b92 (diff)
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 4c018593abc..a3a2ed6f425 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