Skip to content

Commit 103fe67

Browse files
Add gen specific suffix to test files.
Change-Id: I7ee2fb6d1c2592e1aa0c2645f83526dbcfe521f1
1 parent d94b853 commit 103fe67

File tree

75 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+69
-69
lines changed

unit_tests/gen8/CMakeLists.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
if(TESTS_GEN8)
2222
set(IGDRCL_SRCS_tests_gen8
2323
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
24-
${CMAKE_CURRENT_SOURCE_DIR}/coherency_tests.cpp
25-
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_tests.cpp
26-
${CMAKE_CURRENT_SOURCE_DIR}/device_tests_bwd.cpp
27-
${CMAKE_CURRENT_SOURCE_DIR}/enqueue_media_kernel.cpp
28-
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests.cpp
29-
${CMAKE_CURRENT_SOURCE_DIR}/image_tests.cpp
30-
${CMAKE_CURRENT_SOURCE_DIR}/kernel_tests.cpp
31-
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tests.cpp
32-
${CMAKE_CURRENT_SOURCE_DIR}/scheduler_dispatch_tests.cpp
33-
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps.cpp
34-
${CMAKE_CURRENT_SOURCE_DIR}/test_device_queue_hw.cpp
35-
${CMAKE_CURRENT_SOURCE_DIR}/test_platform_caps.cpp
36-
${CMAKE_CURRENT_SOURCE_DIR}/test_preamble.cpp
37-
${CMAKE_CURRENT_SOURCE_DIR}/test_preemption.cpp
38-
${CMAKE_CURRENT_SOURCE_DIR}/test_sample.cpp
24+
${CMAKE_CURRENT_SOURCE_DIR}/coherency_tests_gen8.cpp
25+
${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_tests_gen8.cpp
26+
${CMAKE_CURRENT_SOURCE_DIR}/device_tests_gen8.cpp
27+
${CMAKE_CURRENT_SOURCE_DIR}/enqueue_media_kernel_gen8.cpp
28+
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests_gen8.cpp
29+
${CMAKE_CURRENT_SOURCE_DIR}/image_tests_gen8.cpp
30+
${CMAKE_CURRENT_SOURCE_DIR}/kernel_tests_gen8.cpp
31+
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tests_gen8.cpp
32+
${CMAKE_CURRENT_SOURCE_DIR}/scheduler_dispatch_tests_gen8.cpp
33+
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_gen8.cpp
34+
${CMAKE_CURRENT_SOURCE_DIR}/test_device_queue_hw_gen8.cpp
35+
${CMAKE_CURRENT_SOURCE_DIR}/test_platform_caps_gen8.cpp
36+
${CMAKE_CURRENT_SOURCE_DIR}/test_preamble_gen8.cpp
37+
${CMAKE_CURRENT_SOURCE_DIR}/test_preemption_gen8.cpp
38+
${CMAKE_CURRENT_SOURCE_DIR}/test_sample_gen8.cpp
3939
)
4040
target_sources(igdrcl_tests PRIVATE
4141
${IGDRCL_SRCS_tests_gen8}

unit_tests/gen8/cmd_parse_gen8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Intel Corporation
2+
* Copyright (c) 2017 - 2018, Intel Corporation
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Intel Corporation
2+
* Copyright (c) 2017 - 2018, Intel Corporation
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),

unit_tests/gen8/command_stream_receiver_hw_tests.cpp renamed to unit_tests/gen8/command_stream_receiver_hw_tests_gen8.cpp

File renamed without changes.

unit_tests/gen8/enqueue_media_kernel.cpp renamed to unit_tests/gen8/enqueue_media_kernel_gen8.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Intel Corporation
2+
* Copyright (c) 2017 - 2018, Intel Corporation
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),
@@ -61,4 +61,4 @@ GEN8TEST_F(MediaKernelTest, gen8CmdSizeForMediaSampler) {
6161
csr->lastVmeSubslicesConfig = true;
6262
EXPECT_EQ(0u, csr->getCmdSizeForMediaSampler(false));
6363
EXPECT_EQ(0u, csr->getCmdSizeForMediaSampler(true));
64-
}
64+
}

unit_tests/gen8/linux/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# OTHER DEALINGS IN THE SOFTWARE.
2020

2121
set(IGDRCL_SRCS_tests_gen8_linux
22-
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests.cpp
23-
${CMAKE_CURRENT_SOURCE_DIR}/drm_mapper_tests.cpp
22+
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_gen8.cpp
23+
${CMAKE_CURRENT_SOURCE_DIR}/drm_mapper_tests_gen8.cpp
2424
)
2525
if(UNIX)
2626
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen8_linux})

0 commit comments

Comments
 (0)