Adding support for excluding tests per platform

Change-Id: I5c41cadd0f44d05640593673f1c00da84d428711
This commit is contained in:
Chodor, Jaroslaw
2019-01-29 14:00:08 +01:00
committed by sys_ocldev
parent 95df25af23
commit 311de0c644
9 changed files with 115 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2018 Intel Corporation
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -394,6 +394,7 @@ INSTANTIATE_TEST_CASE_P(ParentKernelEnqueueTest,
class ParentKernelEnqueueFixture : public ExecutionModelSchedulerTest,
public testing::Test {
public:
void SetUp() override {
ExecutionModelSchedulerTest::SetUp();
}