Browse Source

Fix 'make test-debug'

v0.7.4-release
Ryan 16 years ago
parent
commit
22e85cbc0b
  1. 2
      configure

2
configure

@ -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

Loading…
Cancel
Save