mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
update testing instructions
This commit is contained in:
parent
aef87c148d
commit
c286789e5c
1 changed files with 4 additions and 9 deletions
13
README.md
13
README.md
|
|
@ -182,16 +182,11 @@ branch `stable` it is not necessary.
|
|||
|
||||
$ make
|
||||
|
||||
To build and run tests (requires `oUnit` and `qtest`):
|
||||
To build and run tests (requires `oUnit`, `qtest`, and `check`):
|
||||
|
||||
$ opam install oUnit
|
||||
$ make tests
|
||||
$ ./tests.native
|
||||
|
||||
and
|
||||
|
||||
$ opam install qtest
|
||||
$ make qtest
|
||||
$ opam install oUnit qtest qcheck
|
||||
$ ./configure --enable-tests
|
||||
$ make test
|
||||
|
||||
To build the small benchmarking suite (requires `benchmark`):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue