summaryrefslogtreecommitdiff
path: root/parallel-libs
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-09-27 15:32:52 +0000
committerJason Henline <jhen@google.com>2016-09-27 15:32:52 +0000
commitf102ed0ad6f140e5eda3004a627887ee3beba9df (patch)
treec5a2551badfea8b9284707228065ba87ee23c177 /parallel-libs
parent01a8b6427e2b0bcffd2f89b3bd143988cf108718 (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
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 ffc33713137..7a70ca88245 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