Browse Source

Add make test-all

v0.7.4-release
Ryan 16 years ago
parent
commit
9615c93d2d
  1. 3
      configure

3
configure

@ -100,6 +100,9 @@ test: all
test-debug: all test-debug: all
python tools/test.py --mode=debug python tools/test.py --mode=debug
test-all: all
python tools/test.py --mode=debug,release
clean: clean:
@$WAF clean @$WAF clean

Loading…
Cancel
Save