summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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