From 8d5a5ecf620bf440a5cb853687c2d0e7ed5f488f Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Mon, 4 Oct 2021 21:54:45 +0530 Subject: hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't need them hadrian: build optional dependencies with test compiler --- hadrian/src/CommandLine.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hadrian/src/CommandLine.hs') diff --git a/hadrian/src/CommandLine.hs b/hadrian/src/CommandLine.hs index 2bee0e44e9..e2316057e3 100644 --- a/hadrian/src/CommandLine.hs +++ b/hadrian/src/CommandLine.hs @@ -77,6 +77,8 @@ data TestArgs = TestArgs -- the rts sources and the haddock stats directory even if the test -- compiler is not in-tree -- If this flag is set, then those tests will also be run. + -- This is useful when we want to test the bindist, but we still + -- have access to the build directory } deriving (Eq, Show) -- cgit v1.2.1