mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[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
This commit is contained in:
parent
f1e68ffaf0
commit
7bb01a2dc4
@ -3,7 +3,7 @@ if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
|
||||
endif()
|
||||
|
||||
add_se_unittest(
|
||||
CoreTests
|
||||
StreamExecutorCoreTests
|
||||
DeviceTest.cpp
|
||||
KernelSpecTest.cpp
|
||||
PackedKernelArgumentArrayTest.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user