| Index: client/site_tests/graphics_WindowManagerGraphicsCapture/control
|
| diff --git a/client/site_tests/graphics_WindowManagerGraphicsCapture/control b/client/site_tests/graphics_WindowManagerGraphicsCapture/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ec183abf22751e8e09616ec42c70b58ec374a32c
|
| --- /dev/null
|
| +++ b/client/site_tests/graphics_WindowManagerGraphicsCapture/control
|
| @@ -0,0 +1,16 @@
|
| +# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +NAME = 'GRAPHICS_WINDOW_MANAGER_GRAPHICS_CAPTURE'
|
| +AUTHOR = 'The Chromium OS Authors'
|
| +TIME='MEDIUM'
|
| +TEST_CATEGORY = 'Functional'
|
| +TEST_CLASS = "graphics"
|
| +TEST_TYPE = 'client'
|
| +
|
| +DOC = """
|
| +This test verifies the window manager can capture graphics from applications.
|
| +"""
|
| +
|
| +job.run_test('graphics_WindowManagerGraphicsCapture')
|
|
|