Cabal revisions of shelltestrunner-0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: shelltestrunner version: 0.3+x-revision: 1 category: Testing synopsis: A tool for testing command-line programs. description: -t pattern. You may be able to get a big speedup by running tests in parallel: try -j8. - Usage: + Usage: $ shelltestrunner [testrunneropts] executable testfile1 [testfile2 ...] respectively. Issues:- + - on mac, will hang if executable does not read stdin - output order is mixed up - can't test input/ouput which does not end with newline author: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com> homepage: http://joyful.com/darcsweb/darcsweb.cgi?r=shelltestrunner--- bug-reports: +-- bug-reports: stability: experimental tested-with: GHC==6.10 cabal-version: >= 1.2 main-is: shelltestrunner.hs ghc-options: -Wall -threaded build-depends:- base >= 3 && < 5+ base >= 3 && < 4.18 ,parsec ,process ,HUnit