add norne and norne_parallel as ExtraTests

to execute these you have to use ctest -C ExtraTests
or 'make extra_test'
This commit is contained in:
Arne Morten Kvarving
2020-04-03 10:15:49 +02:00
parent d72db978d6
commit e5b32dd82d
3 changed files with 65 additions and 0 deletions

View File

@@ -352,6 +352,8 @@ if (OPM_ENABLE_PYTHON)
add_subdirectory(python)
endif()
add_custom_target(extra_test ${CMAKE_CTEST_COMMAND} -C ExtraTests)
# must link libraries after target 'flow' has been defined
if(CUDA_FOUND)
target_link_libraries( opmsimulators PUBLIC ${CUDA_cusparse_LIBRARY} )