aboutsummaryrefslogtreecommitdiff
path: root/test/validation/timer/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/timer/timer.h')
-rw-r--r--test/validation/timer/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/validation/timer/timer.h b/test/validation/timer/timer.h
index 3694671f0..46ea8d768 100644
--- a/test/validation/timer/timer.h
+++ b/test/validation/timer/timer.h
@@ -7,7 +7,7 @@
#ifndef _ODP_TEST_TIMER_H_
#define _ODP_TEST_TIMER_H_
-#include <CUnit/Basic.h>
+#include <odp_cunit_common.h>
/* test functions: */
void timer_test_timeout_pool_alloc(void);
@@ -16,10 +16,10 @@ void timer_test_odp_timer_cancel(void);
void timer_test_odp_timer_all(void);
/* test arrays: */
-extern CU_TestInfo timer_suite[];
+extern odp_testinfo_t timer_suite[];
/* test registry: */
-extern CU_SuiteInfo timer_suites[];
+extern odp_suiteinfo_t timer_suites[];
/* main test program: */
int timer_main(void);