[SE] Change CoreTests target name
authorJason Henline <jhen@google.com>
Tue, 27 Sep 2016 15:32:52 +0000 (15:32 +0000)
committerJason Henline <jhen@google.com>
Tue, 27 Sep 2016 15:32:52 +0000 (15:32 +0000)
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

parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt

index ffc3371..7a70ca8 100644 (file)
@@ -3,7 +3,7 @@ if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
 endif()
 
 add_se_unittest(
-  CoreTests
+  StreamExecutorCoreTests
   DeviceTest.cpp
   KernelSpecTest.cpp
   PackedKernelArgumentArrayTest.cpp