diff mbox

[3/3] validation: removal of odp_testsuites

Message ID 1436433933-16911-4-git-send-email-christophe.milard@linaro.org
State Accepted
Commit fb647fc4a7a2f3855e440cdeb07bfaf56c070651
Headers show

Commit Message

Christophe Milard July 9, 2015, 9:25 a.m. UTC
The obsolete symbol odp_testsuites is no longer used and therefore removed.
Suite arrays are now called <Module>_suites[_*], and are part of each
module lib.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/common/odp_cunit_common.h | 7 -------
 1 file changed, 7 deletions(-)
diff mbox

Patch

diff --git a/test/validation/common/odp_cunit_common.h b/test/validation/common/odp_cunit_common.h
index 92a22a9..98bccfb 100644
--- a/test/validation/common/odp_cunit_common.h
+++ b/test/validation/common/odp_cunit_common.h
@@ -17,13 +17,6 @@ 
 
 #define MAX_WORKERS 32 /**< Maximum number of work threads */
 
-/**
- * Array of testsuites provided by a test application. Array must be terminated
- * by CU_SUITE_INFO_NULL and must be suitable to be used by
- * CU_register_suites().
- */
-extern CU_SuiteInfo odp_testsuites[];
-
 /* the function, called by module main(), to run the testsuites: */
 int odp_cunit_run(CU_SuiteInfo testsuites[]);