aboutsummaryrefslogtreecommitdiff
path: root/test/validation/random/random.h
blob: cda1843e49610d07285152aadf29186ec309d30d (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 (c) 2015, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef _ODP_TEST_RANDOM_H_
#define _ODP_TEST_RANDOM_H_

#include <CUnit/Basic.h>

/* test functions: */
void random_test_get_size(void);

/* test arrays: */
extern CU_TestInfo random_suite[];

/* test registry: */
extern CU_SuiteInfo random_suites[];

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

#endif