mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add API name to aub file name
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
0a83d610c1
commit
9ff91defba
@ -16,7 +16,11 @@ TEST(ApiSpecificConfigOclTests, WhenGettingApiTypeThenCorrectTypeIsReturned) {
|
||||
}
|
||||
|
||||
TEST(ApiSpecificConfigOclTests, WhenGettingAUBPrefixByApiTypeOCLIsReturned) {
|
||||
EXPECT_EQ(0, strcmp("ocl_", ApiSpecificConfig::getAubPrefixForSpecificApi()));
|
||||
EXPECT_EQ(0, strcmp("ocl_", ApiSpecificConfig::getAubPrefixForSpecificApi().c_str()));
|
||||
}
|
||||
|
||||
TEST(ApiSpecificConfigOclTests, WhenGettingNameOCLIsReturned) {
|
||||
EXPECT_EQ(0, strcmp("ocl", ApiSpecificConfig::getName().c_str()));
|
||||
}
|
||||
|
||||
TEST(ApiSpecificConfigOclTests, WhenCheckingIfStatelessCompressionIsSupportedThenReturnTrue) {
|
||||
|
Reference in New Issue
Block a user