Skip to content

Commit

Permalink
Merge pull request ocaml#8107 from c-cube/opam-publish/qtest.2.4
Browse files Browse the repository at this point in the history
qtest.2.4 - via opam-publish
  • Loading branch information
yallop authored Dec 15, 2016
2 parents 8a2416e + 77d2601 commit fdc0242
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/qtest/qtest.2.4/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
iTeML / 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.
The possibilities range from trivial tests -- extremely simple to use --
to sophisticated random generation of test cases.
4 changes: 4 additions & 0 deletions packages/qtest/qtest.2.4/files/qtest.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin: [
"?qtest/_build/qtest.byte" {"qtest"}
"?qtest/_build/qtest.native" {"qtest"}
]
26 changes: 26 additions & 0 deletions packages/qtest/qtest.2.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "Vincent Hugot <[email protected]>"
authors: [
"Vincent Hugot <[email protected]>"
"Simon Cruanes <[email protected]"
]
homepage: "https://github.com/vincent-hugot/iTeML"
bug-reports: "https://github.com/vincent-hugot/iTeML/issues"
doc:
"https://github.com/vincent-hugot/iTeML/blob/master/README.adoc#introduction"
tags: ["test" "property" "quickcheck"]
dev-repo: "[email protected]:vincent-hugot/iTeML.git"
build: [make "build"]
install: [make "BIN=%{bin}%" "install"]
remove: [
["ocamlfind" "remove" "qcheck"]
["rm" "%{bin}%/qtest"]
]
depends: [
"ocamlfind"
"ounit" {>= "2.0.0"}
"ocamlbuild" {build}
"base-bytes"
]
conflicts: "qcheck"
available: [ocaml-version >= "4.00.0"]
2 changes: 2 additions & 0 deletions packages/qtest/qtest.2.4/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/vincent-hugot/iTeML/archive/v2.4.tar.gz"
checksum: "3940923409d984e7ffab5b68567cf831"

0 comments on commit fdc0242

Please sign in to comment.