haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 17 forks source link

Break up the test suites #37

Closed hyperthunk closed 11 years ago

hyperthunk commented 11 years ago

I don't like TestMain.hs - I prefer the way we do things in distributed-process, where there are multiple independent test suites and the cabal configuration ensures they're all run. I do want to keep the code they all rely on shared though.

hyperthunk commented 11 years ago

Done in HEAD.