mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
use test_files from source location in ults
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
685b9396d4
commit
dc78375d46
@ -406,7 +406,7 @@ TEST(DecoderTests, GivenProperStructWhenReadingStructFieldsThenFieldsVectorGetsP
|
||||
|
||||
TEST(DecoderTests, GivenProperPatchListFileWhenParsingTokensThenFileIsParsedCorrectly) {
|
||||
MockDecoder decoder;
|
||||
decoder.pathToPatch = "test_files/";
|
||||
decoder.pathToPatch = clFiles;
|
||||
decoder.parseTokens();
|
||||
|
||||
EXPECT_EQ(static_cast<uint32_t>(28), (decoder.programHeader.size));
|
||||
@ -532,7 +532,7 @@ TEST(DecoderTests, GivenValidBinaryWithoutPatchTokensWhenProcessingBinaryThenBin
|
||||
|
||||
std::stringstream ptmFile;
|
||||
MockDecoder decoder;
|
||||
decoder.pathToPatch = "test_files/";
|
||||
decoder.pathToPatch = clFiles;
|
||||
decoder.pathToDump = "non_existing_folder/";
|
||||
decoder.parseTokens();
|
||||
|
||||
@ -583,7 +583,7 @@ TEST(DecoderTests, GivenValidBinaryWhenProcessingBinaryThenProgramAndKernelAndPa
|
||||
std::vector<char> binary(binaryString.begin(), binaryString.end());
|
||||
std::stringstream ptmFile;
|
||||
MockDecoder decoder;
|
||||
decoder.pathToPatch = "test_files/";
|
||||
decoder.pathToPatch = clFiles;
|
||||
decoder.pathToDump = "non_existing_folder/";
|
||||
decoder.parseTokens();
|
||||
|
||||
|
Reference in New Issue
Block a user