README.md: describe how to run a test.
This commit is contained in:
parent
eee58921bc
commit
491d45f771
@ -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
|
in the `configure` script. The `DESTDIR` variable is also supported at the
|
||||||
install stage.
|
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
|
There are some more options that can be tweaked, see them with
|
||||||
`./configure --help'.
|
`./configure --help'.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user