Add test_rocsparseSolver

This commit is contained in:
Tong Dong Qiu
2023-02-15 16:24:52 +01:00
parent 91a3e238ce
commit 11ea024fbe
2 changed files with 220 additions and 0 deletions

View File

@@ -229,6 +229,9 @@ endif()
if(ROCALUTION_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_rocalutionSolver.cpp)
endif()
if(rocsparse_FOUND AND rocblas_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_rocsparseSolver.cpp)
endif()
if(HDF5_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_HDF5File.cpp)
list(APPEND TEST_SOURCE_FILES tests/test_HDF5Serializer.cpp)