Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: services/gfx/compositor/tests/README.md

Issue 1997513002: Mozart: Generalize frame scheduling. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-jank2
Patch Set: add comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/gfx/compositor/scene_state.cc ('k') | services/gfx/compositor/tests/scheduling_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « services/gfx/compositor/scene_state.cc ('k') | services/gfx/compositor/tests/scheduling_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698