mirror of https://github.com/kiwix/libkiwix.git
Explain how to run automated tests
This commit is contained in:
parent
5995cc276d
commit
8eb2d0c2a1
|
@ -85,6 +85,15 @@ Meson. If you want statically linked libraries, you can add
|
||||||
|
|
||||||
Depending of you system, `ninja` may be called `ninja-build`.
|
Depending of you system, `ninja` may be called `ninja-build`.
|
||||||
|
|
||||||
|
Testing
|
||||||
|
-------
|
||||||
|
|
||||||
|
To run the automated tests:
|
||||||
|
```bash
|
||||||
|
cd build
|
||||||
|
meson test
|
||||||
|
```
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue