summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 7f73e74..4d7ec1c 100644
--- a/README
+++ b/README
@@ -42,4 +42,12 @@ homepage
https://libosinfo.org/
+Testing
+=======
+
+In order to test libosinfo, you should run:
+
+ $ meson build
+ $ ninja -C build check
+
--End