Skip to content
Snippets Groups Projects
Commit 60156051 authored by wenqing's avatar wenqing Committed by Dmitri Naumov
Browse files

Exclude non-MPI tests from the tests list for MPI.

parent 3c0487dd
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,9 @@ if(OGS_USE_PETSC) ...@@ -23,7 +23,9 @@ if(OGS_USE_PETSC)
target_link_libraries(ogs ${PETSC_LIBRARIES}) target_link_libraries(ogs ${PETSC_LIBRARIES})
endif() endif()
include(Tests.cmake) if(NOT OGS_USE_MPI)
include(Tests.cmake)
endif()
#################### ####################
### Installation ### ### Installation ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment