From 8eb2d0c2a1e5e418222101a9023a80c8e32206fa Mon Sep 17 00:00:00 2001 From: Kelson Date: Mon, 18 May 2020 08:37:36 +0200 Subject: [PATCH] Explain how to run automated tests --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ------------