packages feed

hackport-0.5.5: cabal/cabal-testsuite/PackageTests/TestNameCollision/setup.test.hs

import Test.Cabal.Prelude
-- Test that if test suite has a name which conflicts with a package
-- which is in the database, we can still use the test case (they
-- should NOT shadow).
main = setupAndCabalTest $ do
    skipUnless =<< hasCabalForGhc -- use of library test suite
    withPackageDb $ do
        withDirectory "parent" $ setup_install []
        withDirectory "child" $ do
            setup_build ["--enable-tests"]
            setup "test" []