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-11 00:33:22 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-11 00:33:22 +0400
commitc171a0851a12f692bc28070fc08e61e6ba8acd02 (patch)
tree05d002a614f88db53171e74b7b8dae7db71c07fe /Makefile
parent4f03f1beadc6d8ceffa3e30a94c00397c2a89cb2 (diff)
Add test-pipe-file-to-http to test-uv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6fd054b601..2f46ae96d12 100644
--- a/Makefile
+++ b/Makefile
@@ -176,6 +176,7 @@ UVTEST += simple/test-next-tick-starvation
UVTEST += simple/test-module-load-list
UVTEST += simple/test-path
UVTEST += simple/test-pipe-stream
+UVTEST += simple/test-pipe-file-to-http
UVTEST += simple/test-pump-file2tcp
UVTEST += simple/test-pump-file2tcp-noexist
UVTEST += simple/test-punycode