diff --git a/README.md b/README.md index 82083bd4c..fbd0322eb 100644 --- a/README.md +++ b/README.md @@ -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 ------------