Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-01 02:58:10 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-01 02:58:10 +0400
commit7772f21b60e8b75dfaadd332c01bcae4e919dce9 (patch)
treee07a2ad4f1724eab89c3f2826ef7fe8cf165625e /Makefile
parentd3d8f1b972e1fb99916b32647609ad58f6c16fd9 (diff)
initial pass at lib/child_process_uv.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e7f4bd7331..5dbcdd1a00d 100644
--- a/Makefile
+++ b/Makefile
@@ -233,6 +233,10 @@ UVTEST += simple/test-tls-request-timeout
#UVTEST += simple/test-tls-server-verify # broken
UVTEST += simple/test-tls-set-encoding
+# child_process
+UVTEST += simple/test-child-process-exit-code.js
+UVTEST += simple/test-child-process-buffering.js
+
test-uv: all
NODE_USE_UV=1 python tools/test.py $(UVTEST)