aboutsummaryrefslogtreecommitdiff
path: root/test/validation/timer/timer.h
blob: 46ea8d768b64a428ba2f4ec575236aa5ce264880 (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
25
26
27
/* Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef _ODP_TEST_TIMER_H_
#define _ODP_TEST_TIMER_H_

#include <odp_cunit_common.h>

/* test functions: */
void timer_test_timeout_pool_alloc(void);
void timer_test_timeout_pool_free(void);
void timer_test_odp_timer_cancel(void);
void timer_test_odp_timer_all(void);

/* test arrays: */
extern odp_testinfo_t timer_suite[];

/* test registry: */
extern odp_suiteinfo_t timer_suites[];

/* main test program: */
int timer_main(void);

#endif