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-08-12 17:46:44 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-08-12 17:46:44 +0400
commita002f4f4531eafaa2a5bb5d446616528e151dfc1 (patch)
treebabf22136e3832b67a64686846938edba801681f /Makefile
parent3cac57658fc613edad10d6772c331a39b99dc404 (diff)
test: enable simple/test-http-dns-error for `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 bab8f8b2c99..e53a4ffd107 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ UVTEST += simple/test-http-contentLength0
UVTEST += simple/test-http-curl-chunk-problem
UVTEST += simple/test-http-default-encoding
UVTEST += simple/test-http-dns-fail
+UVTEST += simple/test-http-dns-error
UVTEST += simple/test-http-eof-on-connect
UVTEST += simple/test-http-exceptions
UVTEST += simple/test-http-expect-continue