
17 Jul
2008
17 Jul
'08
10:21 p.m.
On Thu, 17 Jul 2008, Max Bolingbroke wrote:
Hi,
I'd like to provide tests for my Cabal project, and would like to do so by having >another< Cabal project in a tests/ directory that is built and run by "Cabal test".
I used to define an Executable 'test' and run this manually. It's also possible to compile it conditionally with the flags of Cabal V1.2, e.g. ./Setup.lhs configure -f buildTest .