1 import Test
.Cabal
.Prelude
2 -- Test error message we report when a non-buildable target is
3 -- requested to be built
4 -- TODO: We can give a better error message here, see #3858.
5 -- NB: Do NOT test on cabal-install, as we fail differently
9 assertOutputContains
"the component is marked as disabled"
10 =<< fails
(setup
' "build" ["not-buildable-exe"])