From 491d45f771b64f7e58af2568db1f7cdb846f075e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 23 Sep 2014 13:39:08 +0200 Subject: [PATCH] README.md: describe how to run a test. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d5c656b..074ea299 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,13 @@ By default PREFIX is set `/usr/local` and may be changed by setting `--prefix` in the `configure` script. The `DESTDIR` variable is also supported at the install stage. +If you want to build the tests too add `--enable-tests` to configure. Also make +sure you have kyua installed. To run a test call this: + +``` +kyua test -k ./tests/.../Kyuafile +``` + There are some more options that can be tweaked, see them with `./configure --help'.