aboutsummaryrefslogtreecommitdiff
path: root/test/validation/cpumask/cpumask.h
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2016-07-13 21:50:41 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-07-21 16:02:40 +0300
commitefa6bc89a4e7a5823a3c8c27fcdc9573d7ac5694 (patch)
treef54ae4d3df7f05b6ad83d665c721ff4b5b8cae82 /test/validation/cpumask/cpumask.h
parentc79b041f389e56a2c713a507b75762e08d75e4b4 (diff)
validation: moving api validation tests to prepare for new interfaces
API tests are now moved to test/common_plat/validation/api (from test/validation), The reason for this move is two folded: * Moving down validation to all-plaforms/validation disambiguates the meaning of validation (which up to now was referring to both platform agnostic tests and to the set of tests to pass to be ODP compatible). Now things in test/common_plat/ are platform agnostic. So test/common_plat/validation/* are platform agnostic things for the validation tests, as much as test/common_plat/performance are platform agnostic things for the performance tests. * creating the api directory under "validation" simply enable adding other interfaces (such as future drv) as part of the validation tests Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-and-tested-by: Yi He <yi.he@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/validation/cpumask/cpumask.h')
-rw-r--r--test/validation/cpumask/cpumask.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/validation/cpumask/cpumask.h b/test/validation/cpumask/cpumask.h
deleted file mode 100644
index 87a4512bf..000000000
--- a/test/validation/cpumask/cpumask.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright (c) 2015, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef _ODP_TEST_CPUMASK_H_
-#define _ODP_TEST_CPUMASK_H_
-
-#include <odp_api.h>
-#include <odp_cunit_common.h>
-
-/* test functions: */
-#include "mask_common.h"
-void cpumask_test_odp_cpumask_def_control(void);
-void cpumask_test_odp_cpumask_def_worker(void);
-void cpumask_test_odp_cpumask_def(void);
-
-/* test arrays: */
-extern odp_testinfo_t cpumask_suite[];
-
-/* test registry: */
-extern odp_suiteinfo_t cpumask_suites[];
-
-/* main test program: */
-int cpumask_main(int argc, char *argv[]);
-
-#endif