diff options
author | Ryan <ry@tinyclouds.org> | 2009-07-16 16:54:55 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-07-16 16:54:55 +0200 |
commit | 22e85cbc0b55f19a7adc679bb696caeb24fed6bc (patch) | |
tree | d3ecfb9dca713da182bcffe0c82f001b4e68ff4f /configure | |
parent | edbae656d63fd115281ee75f3d0096c9b133b03e (diff) | |
download | node-new-22e85cbc0b55f19a7adc679bb696caeb24fed6bc.tar.gz |
Fix 'make test-debug'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ test-all: all python tools/test.py --mode=debug,release test-debug: all - python tools/test.py --mode=release,debug + python tools/test.py --mode=debug benchmark: all build/default/node benchmark/run.js |