projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776b099
)
'make test' only runs the simple test
author
Ryan Dahl
<ry@tinyclouds.org>
Tue, 2 Mar 2010 21:18:59 +0000
(13:18 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Tue, 2 Mar 2010 21:18:59 +0000
(13:18 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 67c56e2d285c1d392ceddf047921986983e9e52a..20a04926ebaffe47e9c0af814f7aa73102e240b6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-16,11
+16,14
@@
uninstall:
@$(WAF) uninstall
test: all
- python tools/test.py --mode=release
+ python tools/test.py --mode=release
simple
test-all: all
python tools/test.py --mode=debug,release
+test-release: all
+ python tools/test.py --mode=release
+
test-debug: all
python tools/test.py --mode=debug