mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Implement ULTs for IgaWrapper
This change: - implements mock for functions from IGA DLL - implements ULTs for IgaWrapper - implements RAII wrapper for GTEST's capture of stdout - adds ASAN and TSAN flags to ocloc_tests Related-To: NEO-6834 Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
303c12bc5b
commit
a8680c0b82
14
shared/offline_compiler/source/ocloc_dll_options.cpp
Normal file
14
shared/offline_compiler/source/ocloc_dll_options.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ocloc_dll_options.h"
|
||||
|
||||
namespace Os {
|
||||
|
||||
const char *igaDllName = IGA_LIBRARY_NAME;
|
||||
|
||||
} // namespace Os
|
||||
Reference in New Issue
Block a user