mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +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
@@ -2325,7 +2325,7 @@ std::pair<bool, bool> aubSubCaptureStatus[] = {
|
||||
{true, true},
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
CommandStreamReceiverWithAubSubCaptureTest_program,
|
||||
CommandStreamReceiverWithAubSubCaptureTest,
|
||||
testing::ValuesIn(aubSubCaptureStatus));
|
||||
|
||||
@@ -671,7 +671,7 @@ static bool createAubCSR[] = {
|
||||
false,
|
||||
true};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
CommandStreamReceiverWithAubDumpTest_Create,
|
||||
CommandStreamReceiverWithAubDumpTest,
|
||||
testing::ValuesIn(createAubCSR));
|
||||
|
||||
Reference in New Issue
Block a user