From 12ea26cdd1f717b1204d42dcdd4612b4bf1b17a1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 24 Jan 2017 23:57:12 +0700 Subject: Add the procedure for running unit tests to the readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5241665..15e14e1 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,13 @@ opam install oasis opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries ``` -To build the project, run the setup script, then `make`: +To build the project and run the unit tests, do this: ``` ./build-setup.sh +./configure --enable-test make +make test ``` If the project gets in a weird state, and isn't building correctly, you can clean it up with -- cgit v1.2.3