Do not set up fixtures when product mismatch

Change-Id: Idc831a6d87dba6cbe2822531a2701a9fbdd409df
This commit is contained in:
Mateusz Jablonski
2018-07-17 15:18:37 +02:00
committed by sys_ocldev
parent 55d155d1af
commit 3b0292ae0d
3 changed files with 18 additions and 7 deletions

View File

@ -31,6 +31,7 @@ class AUBRunKernelIntegrateTest : public RunKernelFixture<AUBRunKernelFixtureFac
public ::testing::Test {
typedef RunKernelFixture<AUBRunKernelFixtureFactory> ParentClass;
protected:
void SetUp() override {
ParentClass::SetUp();
}