mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Refactor ApiFixture
- setup number of root devices - define tested root device Related-To: NEO-4000 Change-Id: I785d07a7f54932f66fe57637c8d10775743a871c Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
8ccadbb240
commit
16c6d7eb9b
@@ -21,14 +21,14 @@ typedef api_tests clCreateBufferTests;
|
||||
|
||||
namespace ClCreateBufferTests {
|
||||
|
||||
class clCreateBufferTemplateTests : public api_fixture,
|
||||
class clCreateBufferTemplateTests : public ApiFixture,
|
||||
public testing::TestWithParam<uint64_t> {
|
||||
void SetUp() override {
|
||||
api_fixture::SetUp();
|
||||
ApiFixture::SetUp();
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
api_fixture::TearDown();
|
||||
ApiFixture::TearDown();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user