summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2019-08-21 09:14:49 +0200
committerFabiano Fidêncio <fidencio@redhat.com>2019-09-25 13:26:17 +0200
commit8421a0cd69d2f093648324f5f8e962acb40c4c54 (patch)
tree425709710ad4fc3f0c34f82b4743486cbfef8b40 /README
parent4e0a3e871d84452befa86b4303082ccc14f22a7f (diff)
downloadlibosinfo-8421a0cd69d2f093648324f5f8e962acb40c4c54.tar.gz
readme: Add "Testing" section
Let's add a short section explaning how to build & run the libosinfo tests. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
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