Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-09-27 18:32:52 +0300
committerJason Henline <jhen@google.com>2016-09-27 18:32:52 +0300
commit7bb01a2dc42602030b41708cdc6b42ec92eb14d8 (patch)
treead0373e88713f5078c6e99f578c1713cb9d0666f /parallel-libs
parentf1e68ffaf060fb6e0950c4381777cbe908c24b2e (diff)
[SE] Change CoreTests target name
Summary: Call it StreamExecutorCoreTests in order to prevent collision with targets from other modules. Reviewers: jlebar, jprice Subscribers: beanz, mgorny, jlebar, parallel_libs-commits Differential Revision: https://reviews.llvm.org/D24949 llvm-svn: 282491
Diffstat (limited to 'parallel-libs')
-rw-r--r--parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt b/parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt
index ffc337131371..7a70ca882459 100644
--- a/parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt
+++ b/parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt
@@ -3,7 +3,7 @@ if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
endif()
add_se_unittest(
- CoreTests
+ StreamExecutorCoreTests
DeviceTest.cpp
KernelSpecTest.cpp
PackedKernelArgumentArrayTest.cpp