Merge pull request #3775 from akva2/fix_csr_csc_fallout

fixed: conditionally build test_csrToCscOffsetMap
This commit is contained in:
Markus Blatt 2022-01-18 13:57:46 +01:00 committed by GitHub
commit 8bf6c9f2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,6 @@ list (APPEND TEST_SOURCE_FILES
tests/test_ecl_output.cc tests/test_ecl_output.cc
tests/test_blackoil_amg.cpp tests/test_blackoil_amg.cpp
tests/test_convergencereport.cpp tests/test_convergencereport.cpp
tests/test_csrToCscOffsetMap.cpp
tests/test_flexiblesolver.cpp tests/test_flexiblesolver.cpp
tests/test_preconditionerfactory.cpp tests/test_preconditionerfactory.cpp
tests/test_graphcoloring.cpp tests/test_graphcoloring.cpp
@ -171,6 +170,7 @@ endif()
if(OPENCL_FOUND) if(OPENCL_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_openclSolver.cpp) list(APPEND TEST_SOURCE_FILES tests/test_openclSolver.cpp)
list(APPEND TEST_SOURCE_FILES tests/test_solvetransposed3x3.cpp) list(APPEND TEST_SOURCE_FILES tests/test_solvetransposed3x3.cpp)
list(APPEND TEST_SOURCE_FILES tests/test_csrToCscOffsetMap.cpp)
endif() endif()
list (APPEND TEST_DATA_FILES list (APPEND TEST_DATA_FILES