mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

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>
14 lines
195 B
C++
14 lines
195 B
C++
/*
|
|
* Copyright (C) 2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "ocloc_dll_options.h"
|
|
|
|
namespace Os {
|
|
|
|
const char *igaDllName = IGA_LIBRARY_NAME;
|
|
|
|
} // namespace Os
|