
23 Aug
2006
23 Aug
'06
12:09 a.m.
Hi, I'm using HUnit with Cabal: specifying test programs to be built and then run with 'runTests'. However, the test programs are marked as normal executables, and hence are installed by ./Setup.hs install. This isn't necessary, and clutters the installation; is there any way yet to mark executable targets as "not for installation" ("noinst" in GNU autotools terms)? cheers, Conrad.