| Index: client/site_tests/desktopui_BrowserTest/control
|
| diff --git a/client/site_tests/desktopui_BrowserTest/control b/client/site_tests/desktopui_BrowserTest/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3a848ebe6b81f8df98a3f098368d709744856fc8
|
| --- /dev/null
|
| +++ b/client/site_tests/desktopui_BrowserTest/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.
|
| +
|
| +AUTHOR = "Chrome OS Team"
|
| +NAME = "BROWSER_TEST"
|
| +TIME = "LONG"
|
| +TEST_CATEGORY = "Functional"
|
| +TEST_CLASS = "DesktopUI"
|
| +TEST_TYPE = "client"
|
| +
|
| +DOC = """
|
| +This is a wrapper test for Chrome browser_test
|
| +"""
|
| +
|
| +job.run_test('desktopui_BrowserTest')
|
|
|