diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2021-10-04 21:54:45 +0530 |
---|---|---|
committer | Zubin Duggal <zubin.duggal@gmail.com> | 2021-10-13 13:51:03 +0530 |
commit | 8d5a5ecf620bf440a5cb853687c2d0e7ed5f488f (patch) | |
tree | 5de62f478cd1a33c4bfb0c49aaba37aeddf26945 /hadrian/src/CommandLine.hs | |
parent | 8c224b6d43e220930ef0a60e50636e4910d15229 (diff) | |
download | haskell-8d5a5ecf620bf440a5cb853687c2d0e7ed5f488f.tar.gz |
hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't need them
hadrian: build optional dependencies with test compiler
Diffstat (limited to 'hadrian/src/CommandLine.hs')
-rw-r--r-- | hadrian/src/CommandLine.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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) |