1
2# Copyright 2020 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# !!! GENERATED FILE. DO NOT EDIT !!!
7
8load('//metadata/test_common.star', 'test_common')
9
10def define_tests():
11    return [
12        test_common.define_test(
13            'touch/GestureNav',
14            suites = ['touch'],
15            main_package = 'autotest_lib.client.site_tests.touch_GestureNav.touch_GestureNav',
16        ),
17        test_common.define_test(
18            'touch/MouseScroll',
19            suites = ['touch'],
20            main_package = 'autotest_lib.client.site_tests.touch_MouseScroll.touch_MouseScroll',
21        ),
22        test_common.define_test(
23            'touch/ScrollDirection',
24            suites = ['touch'],
25            main_package = 'autotest_lib.client.site_tests.touch_ScrollDirection.touch_ScrollDirection',
26        ),
27        test_common.define_test(
28            'touch/StylusTaps',
29            suites = ['touch'],
30            main_package = 'autotest_lib.client.site_tests.touch_StylusTaps.touch_StylusTaps',
31        ),
32        test_common.define_test(
33            'touch/TabSwitch',
34            suites = ['touch'],
35            main_package = 'autotest_lib.client.site_tests.touch_TabSwitch.touch_TabSwitch',
36        ),
37        test_common.define_test(
38            'touch/TapSettings',
39            suites = ['touch'],
40            main_package = 'autotest_lib.client.site_tests.touch_TapSettings.touch_TapSettings',
41        ),
42        test_common.define_test(
43            'touch/TouchscreenScroll',
44            suites = ['touch'],
45            main_package = 'autotest_lib.client.site_tests.touch_TouchscreenScroll.touch_TouchscreenScroll',
46        ),
47        test_common.define_test(
48            'touch/TouchscreenTaps',
49            suites = ['touch'],
50            main_package = 'autotest_lib.client.site_tests.touch_TouchscreenTaps.touch_TouchscreenTaps',
51        ),
52        test_common.define_test(
53            'touch/TouchscreenZoom',
54            suites = ['touch'],
55            main_package = 'autotest_lib.client.site_tests.touch_TouchscreenZoom.touch_TouchscreenZoom',
56        )
57    ]
58