Skip to content

Commit

Permalink
qtest.2.8 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 16, 2018
1 parent b535a65 commit d1aaad9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/qtest/qtest.2.8/descr
Original file line number Diff line number Diff line change
@@ -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.
23 changes: 23 additions & 0 deletions packages/qtest/qtest.2.8/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "1.2"
maintainer: "Vincent Hugot <vincent.hugot@gmail.com>"
authors: [
"Vincent Hugot <vincent.hugot@gmail.com>"
"Simon Cruanes <simon.cruanes.2007@m4x.org"
]
homepage: "https://github.com/vincent-hugot/qtest"
bug-reports: "https://github.com/vincent-hugot/qtest/issues"
doc:
"https://github.com/vincent-hugot/qtest/blob/master/README.adoc#introduction"
tags: ["test" "property" "quickcheck"]
dev-repo: "git@github.com:vincent-hugot/qtest.git"
build: [make "build"]
install: [make "BIN=%{bin}%" "install"]
remove: ["rm" "%{bin}%/qtest"]
depends: [
"ocamlfind"
"base-bytes"
"ounit" {>= "2.0.0"}
"ocamlbuild" {build}
"qcheck" {>= "0.5"}
]
available: [ocaml-version >= "4.00.0"]
2 changes: 2 additions & 0 deletions packages/qtest/qtest.2.8/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/vincent-hugot/qtest/archive/2.8.tar.gz"
checksum: "3cbb863b25c00277847271a765d028d5"

0 comments on commit d1aaad9

Please sign in to comment.