mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Merge pull request #41 from struktured/master
Update README.md test instructions (thanks @struktured)
This commit is contained in:
commit
886dae7a51
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
|
$ make
|
||||||
|
|
||||||
To build and run tests (requires `oUnit` and `qtest`):
|
To build and run tests (requires `oUnit`, `qtest`, and `qcheck`):
|
||||||
|
|
||||||
$ opam install oUnit
|
$ opam install oUnit qtest qcheck
|
||||||
$ make tests
|
$ ./configure --enable-tests
|
||||||
$ ./tests.native
|
$ make test
|
||||||
|
|
||||||
and
|
|
||||||
|
|
||||||
$ opam install qtest
|
|
||||||
$ make qtest
|
|
||||||
|
|
||||||
To build the small benchmarking suite (requires `benchmark`):
|
To build the small benchmarking suite (requires `benchmark`):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue