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:
authorBen Noordhuis <info@bnoordhuis.nl>2011-07-22 02:42:01 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-07-22 02:54:50 +0400
commit345df289eb775aa2c195056ab88adf2c6ab95d66 (patch)
tree9d4a807bc4d542d0e7ac6e52de3608325472eb66 /Makefile
parent8ddb334c2aaf0f389779d4d8d5d5b8754bf8c74d (diff)
test: test pipe API with raw net.Stream() object
Test case for #1379.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a97cea66526..22a34e78b6d 100644
--- a/Makefile
+++ b/Makefile
@@ -167,6 +167,7 @@ UVTEST += simple/test-next-tick-ordering
UVTEST += simple/test-next-tick-ordering2
UVTEST += simple/test-next-tick-starvation
UVTEST += simple/test-path
+UVTEST += simple/test-pipe-stream
UVTEST += simple/test-pump-file2tcp
UVTEST += simple/test-pump-file2tcp-noexist
UVTEST += simple/test-punycode