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