patch applied (cabal-branches/cabal-1.10): Added support for
building detailed library test suites
Duncan Coutts
duncan.coutts at googlemail.com
Mon Oct 18 17:53:03 EDT 2010
Wed Jun 23 08:02:22 PDT 2010 Thomas Tuegel <ttuegel at gmail.com>
* Added support for building detailed library test suites
Ticket #215 (Overhaul support for packages' tests). This patch preprocesses
and builds library test suites. The fake packages are created for each test
suite, where the fake package and test suite share the same name; the packages
and libraries are registered in the inplace package database so that test
agents can build stub executables against them.
M ./Distribution/Simple/Build.hs -13 +57
M ./Distribution/Simple/PreProcess.hs -23 +24
M ./Distribution/Simple/Test.hs -10 +15
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=darcs_commitdiff;h=20100623150222-30370-120528004e01bf5e16203ddb872c42d1e5f6c0e4.gz
More information about the cabal-devel
mailing list