[Parallel_libs-commits] [PATCH] D24949: [SE] Change CoreTests target name
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Mon Sep 26 17:34:09 PDT 2016
jhen created this revision.
jhen added reviewers: jlebar, jprice.
jhen added a subscriber: parallel_libs-commits.
Herald added subscribers: jlebar, mgorny, beanz.
Call it StreamExecutorCoreTests in order to prevent collision with
targets from other modules.
https://reviews.llvm.org/D24949
Files:
streamexecutor/unittests/CoreTests/CMakeLists.txt
Index: streamexecutor/unittests/CoreTests/CMakeLists.txt
===================================================================
--- streamexecutor/unittests/CoreTests/CMakeLists.txt
+++ streamexecutor/unittests/CoreTests/CMakeLists.txt
@@ -3,7 +3,7 @@
endif()
add_se_unittest(
- CoreTests
+ StreamExecutorCoreTests
DeviceTest.cpp
KernelSpecTest.cpp
PackedKernelArgumentArrayTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24949.72590.patch
Type: text/x-patch
Size: 395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160927/19f3ed5d/attachment.bin>
More information about the Parallel_libs-commits
mailing list