fixed: conditionally build test_csrToCscOffsetMap

This commit is contained in:
Arne Morten Kvarving 2022-01-18 13:49:24 +01:00
parent 3db9a4e3e5
commit 999e2a449e

View File

@ -138,7 +138,6 @@ list (APPEND TEST_SOURCE_FILES
tests/test_ecl_output.cc
tests/test_blackoil_amg.cpp
tests/test_convergencereport.cpp
tests/test_csrToCscOffsetMap.cpp
tests/test_flexiblesolver.cpp
tests/test_preconditionerfactory.cpp
tests/test_graphcoloring.cpp
@ -171,6 +170,7 @@ endif()
if(OPENCL_FOUND)
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_csrToCscOffsetMap.cpp)
endif()
list (APPEND TEST_DATA_FILES