[Parallel_libs-commits] [parallel-libs] r282491 - [SE] Change CoreTests target name

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Tue Sep 27 08:32:53 PDT 2016


Author: jhen
Date: Tue Sep 27 10:32:52 2016
New Revision: 282491

URL: http://llvm.org/viewvc/llvm-project?rev=282491&view=rev
Log:
[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

Modified:
    parallel-libs/trunk/streamexecutor/unittests/CoreTests/CMakeLists.txt

Modified: parallel-libs/trunk/streamexecutor/unittests/CoreTests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/streamexecutor/unittests/CoreTests/CMakeLists.txt?rev=282491&r1=282490&r2=282491&view=diff
==============================================================================
--- parallel-libs/trunk/streamexecutor/unittests/CoreTests/CMakeLists.txt (original)
+++ parallel-libs/trunk/streamexecutor/unittests/CoreTests/CMakeLists.txt Tue Sep 27 10:32:52 2016
@@ -3,7 +3,7 @@ if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
 endif()
 
 add_se_unittest(
-  CoreTests
+  StreamExecutorCoreTests
   DeviceTest.cpp
   KernelSpecTest.cpp
   PackedKernelArgumentArrayTest.cpp




More information about the Parallel_libs-commits mailing list