Revert "Move shared helper files to shared directory"

This reverts commit 459524f129.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-04-27 12:28:48 +02:00
committed by Compute-Runtime-Automation
parent e3b1d8b43c
commit 903cf766b3
46 changed files with 87 additions and 80 deletions

View File

@ -8,7 +8,7 @@ if(WIN32)
set(IGDRCL_SRCS_mock_opengl32
${CMAKE_CURRENT_SOURCE_DIR}/mock_opengl32.cpp
${CMAKE_CURRENT_SOURCE_DIR}/mock_opengl32.def
${NEO_SOURCE_DIR}/shared/test/unit_test/helpers/windows/mock_function.cpp
${NEO_SOURCE_DIR}/opencl/test/unit_test/helpers/windows/mock_function.cpp
)
add_library(mock_opengl32 SHARED ${IGDRCL_SRCS_mock_opengl32})

View File

@ -7,8 +7,7 @@
#define _GDI32_ //It causes that definitions of functions are not loaded from dll in file wingdi.h because they are in this file.
#include "shared/test/unit_test/helpers/windows/mock_function.h"
#include "opencl/test/unit_test/helpers/windows/mock_function.h"
#include "opencl/test/unit_test/mocks/gl/windows/mock_gl_sharing_windows.h"
#include "GL/gl.h"