diff options
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) |