summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-24 23:57:12 +0700
committerDaniil Baturin <daniil@baturin.org>2017-01-24 23:57:12 +0700
commit12ea26cdd1f717b1204d42dcdd4612b4bf1b17a1 (patch)
treea8906dce5cd65330ba2cb823fd80371b6c1483b1
parent377de9472716266bb932813a8f7a7ba9aa1630fb (diff)
downloadvyconf-12ea26cdd1f717b1204d42dcdd4612b4bf1b17a1.tar.gz
vyconf-12ea26cdd1f717b1204d42dcdd4612b4bf1b17a1.zip
Add the procedure for running unit tests to the readme.
-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