ee8e6078f9
Change-Id: Iedfa041ec9acc13eeb631ff67e1677e2fe29463d
[ROCm/hip commit: 8084df7b49]
11 sor
273 B
CMake
11 sor
273 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
add.cc
|
|
)
|
|
|
|
# Create shared lib of all tests
|
|
add_library(Kernels SHARED EXCLUDE_FROM_ALL ${TEST_SRC})
|
|
|
|
# Add dependency on build_tests to build it on this custom target
|
|
add_dependencies(build_tests Kernels)
|