aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/validation/api/std_clib/std_clib.h
blob: 2804f27e259a4e746760c5b7b77b7c8c8b27138a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef _ODP_TEST_STD_CLIB_H_
#define _ODP_TEST_STD_CLIB_H_

#include <odp_cunit_common.h>

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

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

/* main test program: */
int std_clib_main(int argc, char *argv[]);

#endif