aboutsummaryrefslogtreecommitdiff
path: root/test/validation
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-07-09 11:25:33 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-10 11:29:27 +0300
commitfb647fc4a7a2f3855e440cdeb07bfaf56c070651 (patch)
tree297bbd2649a8d151636a3bebb591107ba9dc562d /test/validation
parent9b54f9b0c077ca7f1ae7caf9532cccc90cc04071 (diff)
validation: removal of odp_testsuites
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> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/validation')
-rw-r--r--test/validation/common/odp_cunit_common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/validation/common/odp_cunit_common.h b/test/validation/common/odp_cunit_common.h
index 92a22a9db..98bccfbe4 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[]);