From a002f4f4531eafaa2a5bb5d446616528e151dfc1 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 12 Aug 2011 15:46:44 +0200 Subject: [PATCH] test: enable simple/test-http-dns-error for `make test-uv` --- Makefile | 1 + 1 file changed, 1 insertion(+) 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