Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / CopyComponent / Exe / setup.test.hs
blob1924a3801bb85e769de90ea26aca4cf20fdf641f
1 import Test.Cabal.Prelude
2 -- Test that per-component copy works, when only building one executable
3 main = setupAndCabalTest $ do
4 withPackageDb $ do
5 setup "configure" []
6 setup "build" ["myprog"]
7 setup "copy" ["myprog"]