summaryrefslogtreecommitdiff
path: root/testsuite/tests/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-14 14:04:42 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-14 15:41:43 +0000
commitbe6d11c3543851fa067eaae0ccb4e17dd97f2b78 (patch)
tree02f5af77df8adfce0bf736f40045e7c59dad1898 /testsuite/tests/Makefile
parenta5e761baa3094d1774e7da1a1fd3db825a09d269 (diff)
downloadhaskell-be6d11c3543851fa067eaae0ccb4e17dd97f2b78.tar.gz
Improve a comment
Diffstat (limited to 'testsuite/tests/Makefile')
-rw-r--r--testsuite/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/Makefile b/testsuite/tests/Makefile
index d0fc4ee651..9234bcc68e 100644
--- a/testsuite/tests/Makefile
+++ b/testsuite/tests/Makefile
@@ -3,7 +3,8 @@ include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
# The libraries that we actually know about. We don't want to test
-# extralibs that are in our tree but which we haven't built.
+# extralibs that are in our tree but which we haven't built, and
+# we don't want to test unix on Windows or Win32 on non-Windows.
LIBRARIES := $(shell '$(GHC_PKG)' list --simple-output --names-only)
ifeq "$(findstring base,$(LIBRARIES))" ""