1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:54:40 -07:00

pkg/path: enable tests on Windows

Fixes #1107.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4374041
This commit is contained in:
Alex Brainman 2011-04-06 16:45:20 +10:00
parent b44dbff8c8
commit 7f7371e95b

View File

@ -209,7 +209,6 @@ endif
# Disable tests that windows cannot run yet.
ifeq ($(GOOS),windows)
NOTEST+=os/signal # no signals
NOTEST+=path # tree walking does not work
NOTEST+=syslog # no network
NOTEST+=time # no syscall.Kill, syscall.SIGCHLD for sleep tests
endif