setting unique file names for the rest of the cpp files

Change-Id: I34f168714e6f66611bee0a755621aeeea0ddc13f
This commit is contained in:
Stefanowski, Adam
2018-05-22 15:55:06 +02:00
committed by sys_ocldev
parent 981c97005a
commit a7520e7a3d
39 changed files with 46 additions and 46 deletions

View File

@@ -35,12 +35,12 @@ set(IGDRCL_SRCS_tests_os_interface_linux
${CMAKE_CURRENT_SOURCE_DIR}/drm_mock.h
${CMAKE_CURRENT_SOURCE_DIR}/drm_neo_create.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drm_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests.h
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_linux_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_linux_tests.h
${CMAKE_CURRENT_SOURCE_DIR}/mock_os_time_linux.h
${CMAKE_CURRENT_SOURCE_DIR}/mock_performance_counters_linux.cpp
${CMAKE_CURRENT_SOURCE_DIR}/mock_performance_counters_linux.h
${CMAKE_CURRENT_SOURCE_DIR}/os_interface_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/os_interface_linux_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/os_time_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_linux_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/self_lib_lin.cpp

View File

@@ -24,7 +24,7 @@
#include "runtime/helpers/options.h"
#include "runtime/os_interface/linux/os_interface.h"
#include "unit_tests/os_interface/linux/hw_info_config_tests.h"
#include "unit_tests/os_interface/linux/hw_info_config_linux_tests.h"
#include "unit_tests/libult/mock_gfx_family.h"
#include <cstring>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -21,7 +21,7 @@
*/
#pragma once
#include "runtime/os_interface/linux/os_time.h"
#include "runtime/os_interface/linux/os_time_linux.h"
#include "runtime/os_interface/linux/os_interface.h"
namespace OCLRT {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -26,7 +26,7 @@
#include "test.h"
#include "gtest/gtest.h"
#include "runtime/os_interface/linux/os_interface.h"
#include "runtime/os_interface/linux/os_time.h"
#include "runtime/os_interface/linux/os_time_linux.h"
#include <dlfcn.h>