Move TEST_SKIPPED_ITSELF to test_status in testHarness (#1089)

TEST_SKIPPED_ITSELF was originally located in
threadTesting.h but this no longer makes sense.
This change moves the definition to the test_status
struct in testHarness so that it can be used in the same
way that test_status' can be used.

Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com>
This commit is contained in:
Chetan Mistry
2021-01-04 15:20:19 +00:00
committed by GitHub
parent 72998af43c
commit 5f869e1c98
3 changed files with 3 additions and 2 deletions

View File

@@ -22,8 +22,6 @@
#include <CL/opencl.h>
#endif
#define TEST_SKIPPED_ITSELF -100
typedef int (*basefn)(cl_device_id deviceID, cl_context context,
cl_command_queue queue, int num_elements);
extern int test_threaded_function(basefn fnToTest, cl_device_id device,