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-02 02:40:44 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-02 02:40:44 +0400
commite3ac47771c3408313223f34046891776834a000b (patch)
treef02373173ab3038e84233adb08af3221357ac2c4 /Makefile
parent707b1dee84685c0c17530d568192455cdf790078 (diff)
child_process_uv: fix test-child-process-stdin and -ipc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 244d1e48cda..20e5dd675a0 100644
--- a/Makefile
+++ b/Makefile
@@ -239,6 +239,8 @@ UVTEST += simple/test-child-process-buffering
UVTEST += simple/test-child-process-exec-cwd
UVTEST += simple/test-child-process-cwd
UVTEST += simple/test-child-process-env
+UVTEST += simple/test-child-process-stdin
+UVTEST += simple/test-child-process-ipc
test-uv: all