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 skipIfAllCabalVersion
"< 2.2"
8 withDirectory
"parent" $ setup_install
[]
9 withDirectory
"child" $ do
10 setup_build
["--enable-tests"]