Explain how to run automated tests

This commit is contained in:
Kelson 2020-05-18 08:37:36 +02:00
parent 5995cc276d
commit 8eb2d0c2a1
1 changed files with 9 additions and 0 deletions

View File

@ -85,6 +85,15 @@ Meson. If you want statically linked libraries, you can add
Depending of you system, `ninja` may be called `ninja-build`.
Testing
-------
To run the automated tests:
```bash
cd build
meson test
```
Installation
------------