[gitconv @ Unify tests (sort of)]
commitfc51cac14cbd982ec5b4fb6ee75576dd7ebde51d
authorJoachim Fasting <joachim.fasting@gmail.com>
Wed, 5 Mar 2008 20:12:06 +0000 (5 20:12 +0000)
committerJoachim Fasting <joachim.fasting@gmail.com>
Wed, 5 Mar 2008 20:12:06 +0000 (5 20:12 +0000)
tree5f1f5548de7745d87d84e4c314c52d3f96223f0b
parent9d2e28275fb651f9363b46c5fa82e36beb317b22
[gitconv @ Unify tests (sort of)]
tests/Main.hs simply runs the 'main' functions exported by Properties.hs
and Commands.hs.
This makes it simple to run all tests, and allows us to generate _full_
code coverage reports thus:

     $ cd tests
     $ ghc -i.. -fhpc --make Main.hs
     $ Main
     $ hpc markup Main
libmpd.cabal
tests/Commands.hs
tests/Main.hs [new file with mode: 0644]
tests/Properties.hs
tests/run-tests