summaryrefslogtreecommitdiff
path: root/cts/hook/cts.testlist
blob: 97b25575d49a938d27bc1455b769d208f529544e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright 2017 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.
 */

/*
 * Test HOOK_INIT
 */
CTS_TEST(test_init_hook,,,,)

/*
 * Test HOOK_TICK and HOOK_SECOND
 */
CTS_TEST(test_ticks,,,,)

/*
 * Test hook priority
 */ 
CTS_TEST(test_priority,,,,)

/*
 * Test deferred calls
 */
CTS_TEST(test_deferred,,,,)