aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-01-13 17:24:14 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-01-20 09:00:13 -0800
commit574f71444c0f4c281e73b5effc4f0bffb42f9e96 (patch)
tree7da6b893e9f3c753a1ee69e3d3e64068d7b8ba2a /Makefile
parent6cc95b06eaef681c66b5d5d574d3aabfc150f04a (diff)
downloadandroid-node-v8-574f71444c0f4c281e73b5effc4f0bffb42f9e96.tar.gz
android-node-v8-574f71444c0f4c281e73b5effc4f0bffb42f9e96.tar.bz2
android-node-v8-574f71444c0f4c281e73b5effc4f0bffb42f9e96.zip
test: move debugger repl into own section
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fbd8b2b0ae..0406b1d72f 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,9 @@ test-pummel: all
test-internet: all
$(PYTHON) tools/test.py internet
+test-debugger: all
+ $(PYTHON) tools/test.py debugger
+
test-npm: node
./node deps/npm/test/run.js