summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-31 17:51:41 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-07-31 17:51:43 -0700
commit624dd38d898d9a69a60320010d8598823ab1f603 (patch)
treeb2e2724f0e1e9fd02a03ae02fc2d410d53e3ef35 /Makefile
parentef767a152b1033c1dc67631b8cc377fb3acb933d (diff)
downloadnode-new-624dd38d898d9a69a60320010d8598823ab1f603.tar.gz
child_process_uv: fix test/simple/test-child-process-env
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c574d27d53..244d1e48cd 100644
--- a/Makefile
+++ b/Makefile
@@ -238,6 +238,7 @@ UVTEST += simple/test-child-process-exit-code
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
test-uv: all