diff options
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r-- | src/pkg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index e45b39e86..b046064a6 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -100,6 +100,7 @@ DIRS=\ html\ http\ http/cgi\ + http/fcgi\ http/pprof\ http/httptest\ image\ @@ -120,6 +121,7 @@ DIRS=\ netchan\ os\ os/signal\ + os/user\ patch\ path\ path/filepath\ @@ -183,7 +185,6 @@ NOTEST+=\ hash\ http/pprof\ http/httptest\ - image/jpeg\ net/dict\ rand\ runtime/cgo\ @@ -202,11 +203,6 @@ NOTEST+=\ NOBENCH+=\ container/vector\ -# Disable tests that depend on an external network. -ifeq ($(DISABLE_NET_TESTS),1) -NOTEST+=net syslog -endif - # Disable tests that windows cannot run yet. ifeq ($(GOOS),windows) NOTEST+=os/signal # no signals |