From 5948e74e9401b2dbda818817a53c4f57545705b5 Mon Sep 17 00:00:00 2001
From: Joachim Breitner <mail@joachim-breitner.de>
Date: Thu, 5 Nov 2015 11:13:42 +0100
Subject: [PATCH] =?UTF-8?q?Cabal=E2=80=99s=20own=20test=20suite:=20Indicat?=
 =?UTF-8?q?e=20that=20tests/Setup=20is=20built?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This gives newcomers like me a better chance to understand how the Cabal
test suite is constructed.
---
 Cabal/tests/PackageTests.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cabal/tests/PackageTests.hs b/Cabal/tests/PackageTests.hs
index a8f7f058a0..7e725c7860 100644
--- a/Cabal/tests/PackageTests.hs
+++ b/Cabal/tests/PackageTests.hs
@@ -171,6 +171,7 @@ main = do
     putStrLn $ "Using haddock: " ++ haddockPath
     setCurrentDirectory "tests"
     -- Create a shared Setup executable to speed up Simple tests
+    putStrLn $ "Building shared ./Setup executable"
     compileSetup config "."
     defaultMain $ testGroup "Package Tests"
       (tests config cabalVersion)
-- 
GitLab