test package:Cabal
Perform the "./setup test" action.
This is the entry point into testing a built package. It performs the
"./setup test" action. It runs test suites designated in the
package description and reports on the results.
Over-ride this hook to get different behavior during test.
The directory where we put build results for a test suite
Create a named group of tests, which are assumed to be safe to run in
parallel.
Is coverage enabled for test suites? In practice, this requires
library and executable profiling to be enabled.