xref: /aosp_15_r20/external/autotest/autotest_lib/metadata/tests/android.star (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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            'android/CrashLogging',
14            suites = [],
15            main_package = '',
16        ),
17        test_common.define_test(
18            'android/DummyTest',
19            suites = [],
20            main_package = '',
21        ),
22        test_common.define_test(
23            'android/Invariants',
24            suites = [],
25            main_package = '',
26        )
27    ]
28