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:
Patryk Wrobel
2022-04-15 11:13:33 +00:00
committed by Compute-Runtime-Automation
parent 303c12bc5b
commit a8680c0b82
12 changed files with 820 additions and 42 deletions

View File

@ -0,0 +1,16 @@
/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/os_interface/os_inc_base.h"
namespace Os {
extern const char *igaDllName;
} // namespace Os