| Index: services/gfx/compositor/tests/README.md
|
| diff --git a/services/gfx/compositor/tests/README.md b/services/gfx/compositor/tests/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9188770192a4bbb1af0ba5c7a6db41016582f537
|
| --- /dev/null
|
| +++ b/services/gfx/compositor/tests/README.md
|
| @@ -0,0 +1,10 @@
|
| +# Mozart API Tests
|
| +
|
| +This directory contains test cases that exercise the Mozart Compositor APIs
|
| +through IPC as a client would.
|
| +
|
| +These tests need a virtual framebuffer to execute. Run them like this:
|
| +
|
| +$ testing/xvfb.py out/Debug mojo_run mojo:compositor_apptests
|
| + --shell-path out/Debug/mojo_shell \
|
| + --args-for="mojo:native_viewport_service --use-test-config"
|
|
|