I have a Haskell project and Cabal package-description that allows me to build and install my package with
$ cabal configure $ cabal build $ cabal install
But what about cabal test
? Cabal's help says to configure a test suite with UserHooks, but how can I do that?