mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +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
@@ -786,9 +786,9 @@ TEST_P(InternalsEventProfilingTest, GivenProfilingWhenEventCreatedThenProfilingS
|
||||
EXPECT_TRUE(event->isProfilingEnabled());
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(InternalsEventProfilingTest,
|
||||
InternalsEventProfilingTest,
|
||||
::testing::ValuesIn(commands));
|
||||
INSTANTIATE_TEST_SUITE_P(InternalsEventProfilingTest,
|
||||
InternalsEventProfilingTest,
|
||||
::testing::ValuesIn(commands));
|
||||
|
||||
TEST_F(InternalsEventTest, GivenProfilingWhenUserEventCreatedThenProfilingNotSet) {
|
||||
const cl_queue_properties props[3] = {CL_QUEUE_PROPERTIES, CL_QUEUE_PROFILING_ENABLE, 0};
|
||||
|
||||
Reference in New Issue
Block a user