[PATCH wayland-web 1/6] testing: how to check with a particular backend
Pekka Paalanen
ppaalanen at gmail.com
Tue May 6 06:25:35 PDT 2014
From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
testing.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/testing.html b/testing.html
index 21c0b7b..b199d82 100644
--- a/testing.html
+++ b/testing.html
@@ -63,10 +63,16 @@ The Weston maintainer(s) have the right to refuse any patches that are not accom
by a unit test or if the patches break existing unit tests.
</p>
<h3>Compiling and Running</h3>
+<p>To run with the default headless backend:</p>
<pre>
$ make check
</pre>
+<p>To run with a different backend, e.g. the X11 backend:</p>
+<pre>
+$ make check BACKEND=x11-backend.so
+</pre>
+
<h3>Writing Tests</h3>
<p><b>Compositor Tests</b></p>
--
1.8.5.5
More information about the wayland-devel
mailing list