From 8421a0cd69d2f093648324f5f8e962acb40c4c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 21 Aug 2019 09:14:49 +0200 Subject: readme: Add "Testing" section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's add a short section explaning how to build & run the libosinfo tests. Signed-off-by: Fabiano FidĂȘncio Reviewed-by: Daniel P. BerrangĂ© --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') 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 -- cgit v1.2.1