diff --git a/hunit-dejafu/README.markdown b/hunit-dejafu/README.markdown new file mode 100644 index 0000000..66ec1de --- /dev/null +++ b/hunit-dejafu/README.markdown @@ -0,0 +1,23 @@ +hunit-dejafu [![Build Status][build-status]][build-log] +============ + +Integration between the [dejafu][] library for concurrency testing and +[HUnit][]. This lets you easily incorporate concurrency testing into +your existing test suites. + +The documentation of the latest developmental version is +[available online][docs]. + +Contributing +------------ + +Bug reports, pull requests, and comments are very welcome! + +Feel free to contact me on GitHub, through IRC (#haskell on freenode), +or email (mike@barrucadu.co.uk). + +[build-status]: http://ci.barrucadu.co.uk/job/(dejafu)/job/hunit-dejafu/badge/icon?style=plastic +[build-log]: http://ci.barrucadu.co.uk/job/(dejafu)/job/hunit-dejafu/ +[docs]: https://barrucadu.github.io/dejafu/hunit/ +[dejafu]: https://hackage.haskell.org/package/dejafu +[HUnit]: https://hackage.haskell.org/package/HUnit diff --git a/hunit-dejafu/hunit-dejafu.cabal b/hunit-dejafu/hunit-dejafu.cabal index 5ac5e0f..9e856e8 100755 --- a/hunit-dejafu/hunit-dejafu.cabal +++ b/hunit-dejafu/hunit-dejafu.cabal @@ -4,7 +4,17 @@ name: hunit-dejafu version: 0.2.0.0 synopsis: Deja Fu support for the HUnit test framework. --- description: + +description: + Integration between the + library for concurrency testing and + . This lets you + easily incorporate concurrency testing into your existing test + suites. + . + See the for more + details. + homepage: https://github.com/barrucadu/dejafu license: MIT license-file: LICENSE diff --git a/tasty-dejafu/README.markdown b/tasty-dejafu/README.markdown new file mode 100644 index 0000000..2a7208c --- /dev/null +++ b/tasty-dejafu/README.markdown @@ -0,0 +1,23 @@ +tasty-dejafu [![Build Status][build-status]][build-log] +============ + +Integration between the [dejafu][] library for concurrency testing and +[tasty][]. This lets you easily incorporate concurrency testing into +your existing test suites. + +The documentation of the latest developmental version is +[available online][docs]. + +Contributing +------------ + +Bug reports, pull requests, and comments are very welcome! + +Feel free to contact me on GitHub, through IRC (#haskell on freenode), +or email (mike@barrucadu.co.uk). + +[build-status]: http://ci.barrucadu.co.uk/job/(dejafu)/job/tasty-dejafu/badge/icon?style=plastic +[build-log]: http://ci.barrucadu.co.uk/job/(dejafu)/job/tasty-dejafu/ +[docs]: https://barrucadu.github.io/dejafu/tasty/ +[dejafu]: https://hackage.haskell.org/package/dejafu +[tasty]: https://hackage.haskell.org/package/tasty diff --git a/tasty-dejafu/tasty-dejafu.cabal b/tasty-dejafu/tasty-dejafu.cabal index a4d5cdb..cb3698e 100755 --- a/tasty-dejafu/tasty-dejafu.cabal +++ b/tasty-dejafu/tasty-dejafu.cabal @@ -4,7 +4,17 @@ name: tasty-dejafu version: 0.2.0.0 synopsis: Deja Fu support for the Tasty test framework. --- description: + +description: + Integration between the + library for concurrency testing and + . This lets you + easily incorporate concurrency testing into your existing test + suites. + . + See the for more + details. + homepage: https://github.com/barrucadu/dejafu license: MIT license-file: LICENSE