update testing instructions

This commit is contained in:
carm 2015-02-19 23:42:54 -05:00
parent aef87c148d
commit c286789e5c

View file

@ -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 `check`):
$ 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`):