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 03:24:29 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-01 03:24:29 +0400
commit19a62589b20000a64b5faf7992ad4f10801b2fe3 (patch)
treeea4b282ec0c09bccaa79925699f7bd05e7f09393 /Makefile
parent4ac633bf2160b49746e279a745ac68e52009857c (diff)
child_process_uv: add exec, fix simple/test-child-process-exec-cwd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5dbcdd1a00d..5d7248a52a0 100644
--- a/Makefile
+++ b/Makefile
@@ -234,8 +234,9 @@ UVTEST += simple/test-tls-request-timeout
UVTEST += simple/test-tls-set-encoding
# child_process
-UVTEST += simple/test-child-process-exit-code.js
-UVTEST += simple/test-child-process-buffering.js
+UVTEST += simple/test-child-process-exit-code
+UVTEST += simple/test-child-process-buffering
+UVTEST += simple/test-child-process-exec-cwd
test-uv: all