Skip to content
Snippets Groups Projects
Commit 88c72481 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

add MPI_LIBRARIES to mpnc tests

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11365 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent fc8ab9f9
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ add_test(test_boxmpnckinetic ...@@ -57,6 +57,7 @@ add_test(test_boxmpnckinetic
-TimeManager.TEnd 1e-2 -TimeManager.TEnd 1e-2
-TimeManager.DtInitial 1e-2) -TimeManager.DtInitial 1e-2)
add_dune_alugrid_flags(test_boxmpnckinetic) add_dune_alugrid_flags(test_boxmpnckinetic)
add_dune_ug_flags(test_boxmpnckinetic)
set(NORMALTESTS set(NORMALTESTS
test_boxmpnc test_boxmpnc
...@@ -74,5 +75,5 @@ set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} ...@@ -74,5 +75,5 @@ set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
PROPERTY TEST_INCLUDE_FILE ${CMAKE_CURRENT_BINARY_DIR}/BuildTests.cmake) PROPERTY TEST_INCLUDE_FILE ${CMAKE_CURRENT_BINARY_DIR}/BuildTests.cmake)
foreach(_exe ${ALLTESTS}) foreach(_exe ${ALLTESTS})
target_link_libraries(${_exe} ${DUNE_LIBS}) target_link_libraries(${_exe} ${DUNE_LIBS} ${MPI_LIBRARIES})
endforeach(_exe ${ALLTESTS}) endforeach(_exe ${ALLTESTS})
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