From 9c15b9a136a4df00c43fce70c0ad749a5b04d441 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 2 Jan 2017 13:18:37 +0100 Subject: [PATCH] README: document how to run tests https://bugzilla.gnome.org/show_bug.cgi?id=776710 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 55f508bad1..a5d4103a7a 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,19 @@ Update all GStreamer modules without rebuilding: ninja -C build/ git-update ``` +## Run tests + +You can easily run the test of all the components: + +``` +mesontest -C build +``` + +Or to run a specific test: + +``` +mesontest -C build/ gst/gstbuffer +``` ## Add information about GStreamer development environment in your prompt line