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-21 02:36:54 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-07-21 05:51:23 +0400
commit0c396c05fddca68f2d2378538ad7960f11f97141 (patch)
tree9ff59e2aa12864b5adaf13a46e05129ac5e3bf18 /Makefile
parent37cbc355d53077c3406ab4f1d7679f3504dcbe51 (diff)
test: beef up checks in test-http-unix-socket.js, add to `make test-uv`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61ffbe3c998..aaddd6e98ca 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ UVTEST += simple/test-http-proxy
UVTEST += simple/test-http-request-end
UVTEST += simple/test-http-response-close
UVTEST += simple/test-http-response-readable
+UVTEST += simple/test-http-unix-socket
UVTEST += simple/test-http-server
UVTEST += simple/test-http-server-multiheaders
UVTEST += simple/test-http-set-cookies