1 import Test
.Cabal
.Prelude
2 -- Test that if test suite has a name which conflicts with a package
3 -- which is in the database, we can still use the test case (they
5 main
= setupAndCabalTest
$ do
6 skipUnless
"cabal for ghc" =<< hasCabalForGhc
-- use of library test suite
8 withDirectory
"parent" $ setup_install
[]
9 withDirectory
"child" $ do
10 setup_build
["--enable-tests"]