-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Opam test suite | ||
|
||
There is 3 different kind of tests | ||
* CRAM test in `reftests`. It is used to check opam behaviour. See | ||
`reftests/readme.md` for more details. | ||
* Bench tests in `bench`, using | ||
[current-bench](https://github.com/ocurrent/current-bench). It is used to | ||
bench some specific operations. | ||
* OCaml tests in `lib`. For the moment it is used to check some type | ||
manipulation and patch code. | ||
|
||
There is also other tests: | ||
* [`opam-rt`](https://github.com/ocaml-opam/opam-rt): historical test suite. it | ||
is a mix of opam cli calls and library usage. It is meant to be removed once | ||
all test has been ported to `reftests` and `lib` | ||
* [`opam-crowbar`](https://github.com/ocaml/opam/blob/master/src/crowbar/opam-crowbar.opam): | ||
some fuzz testing of some opam library main types. |