diff --git a/packages/qtest/qtest.2.8/descr b/packages/qtest/qtest.2.8/descr new file mode 100644 index 00000000000..614d8896084 --- /dev/null +++ b/packages/qtest/qtest.2.8/descr @@ -0,0 +1,6 @@ +qtest : Inline (Unit) Tests for OCaml. + +qtest extracts inline unit tests written using a special +syntax in comments. Those tests are then run using the oUnit framework +and the qcheck library. The possibilities range from trivial tests -- +extremely simple to use -- to sophisticated random generation of test cases. diff --git a/packages/qtest/qtest.2.8/opam b/packages/qtest/qtest.2.8/opam new file mode 100644 index 00000000000..2b5240d2272 --- /dev/null +++ b/packages/qtest/qtest.2.8/opam @@ -0,0 +1,23 @@ +opam-version: "1.2" +maintainer: "Vincent Hugot " +authors: [ + "Vincent Hugot " + "Simon Cruanes = "2.0.0"} + "ocamlbuild" {build} + "qcheck" {>= "0.5"} +] +available: [ocaml-version >= "4.00.0"] diff --git a/packages/qtest/qtest.2.8/url b/packages/qtest/qtest.2.8/url new file mode 100644 index 00000000000..5788b51398f --- /dev/null +++ b/packages/qtest/qtest.2.8/url @@ -0,0 +1,2 @@ +http: "https://github.com/vincent-hugot/qtest/archive/2.8.tar.gz" +checksum: "3cbb863b25c00277847271a765d028d5"