mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
test: update gtest API usage
use *_TEST_SUITE* instead of *_TEST_CASE* Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3e7189f7a8
commit
55fad237b8
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -181,9 +181,9 @@ TEST_P(ProcessElfBinaryTestsWithBinaryType, GivenBinaryTypeWhenResolveProgramThe
|
||||
EXPECT_EQ(0, memcmp(irBinary.get(), decodedIr.begin(), irBinarySize));
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(ResolveBinaryTests,
|
||||
ProcessElfBinaryTestsWithBinaryType,
|
||||
::testing::ValuesIn(binaryTypeValues));
|
||||
INSTANTIATE_TEST_SUITE_P(ResolveBinaryTests,
|
||||
ProcessElfBinaryTestsWithBinaryType,
|
||||
::testing::ValuesIn(binaryTypeValues));
|
||||
|
||||
TEST_F(ProcessElfBinaryTests, GivenEmptyBuildOptionsWhenCreatingProgramFromBinaryThenSuccessIsReturned) {
|
||||
auto mockElf = std::make_unique<MockElfBinaryPatchtokens<>>(device->getHardwareInfo());
|
||||
|
||||
Reference in New Issue
Block a user