aboutsummaryrefslogtreecommitdiff
path: root/test/validation/random/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/random/random.c')
-rw-r--r--test/validation/random/random.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/validation/random/random.c b/test/validation/random/random.c
index b6426f4..a9a5a01 100644
--- a/test/validation/random/random.c
+++ b/test/validation/random/random.c
@@ -17,14 +17,14 @@ void random_test_get_size(void)
CU_ASSERT(ret == sizeof(buf));
}
-CU_TestInfo random_suite[] = {
- _CU_TEST_INFO(random_test_get_size),
- CU_TEST_INFO_NULL,
+odp_testinfo_t random_suite[] = {
+ ODP_TEST_INFO(random_test_get_size),
+ ODP_TEST_INFO_NULL,
};
-CU_SuiteInfo random_suites[] = {
- {"Random", NULL, NULL, NULL, NULL, random_suite},
- CU_SUITE_INFO_NULL,
+odp_suiteinfo_t random_suites[] = {
+ {"Random", NULL, NULL, random_suite},
+ ODP_SUITE_INFO_NULL,
};
int random_main(void)