Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / QuasiQuotes / profiling / setup.test.hs
bloba3b24ad95eded1fb3ba9f203fcbc91f6bfd0f7aa
1 import Test.Cabal.Prelude
2 -- Test building a profiled library/executable which uses QuasiQuotes
3 -- (setup has to build the non-profiled version first)
4 main = setupAndCabalTest $ do
5 skipUnless "no profiling libs" =<< hasProfiledLibraries
6 setup_build ["--enable-library-profiling",
7 "--enable-profiling"]