Add a Mojo example apptest that runs in mojo_shell.
Add mojo/example/apptest with a service and client.
Add example_apptest.cc with a GTest Mojo application.
These tests can be run from out/<Debug|Release>/ via:
./mojo_shell --origin=file://`pwd` --disable-cache mojo:mojo_example_apptests
BUG=392646
TEST=The new mojo_example_apptests passes.
[email protected]
Review URL: https://codereview.chromium.org/399653004
Cr-Commit-Position: refs/heads/master@{#288250}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288250 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 1e92147..ecea8dee 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -29,6 +29,8 @@
'mojo_compositor_app',
'mojo_echo_client',
'mojo_echo_service',
+ 'mojo_example_apptests',
+ 'mojo_example_service',
'mojo_geometry_lib',
'mojo_html_viewer',
'mojo_js',