a79d6f8361
Add layered array and texture object tests for all types. Change-Id: Ifb4d085a526c1ff7d1b7afe528c194d536b99db8
14 lines
406 B
CMake
14 lines
406 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
hipGetErrorName.cc
|
|
hipGetErrorString.cc
|
|
hipGetLastError.cc
|
|
hipPeekAtLastError.cc
|
|
hipDrvGetErrorName.cc
|
|
hipDrvGetErrorString.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME ErrorHandlingTest
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME build_tests
|
|
COMPILE_OPTIONS -std=c++17) |