Skip to content
Snippets Groups Projects
Commit 55fb38a5 authored by Timo Koch's avatar Timo Koch
Browse files

[test][richards] Always run sequential test too

parent 41f49e44
No related branches found
No related tags found
Loading
add_input_file_links() add_input_file_links()
if(MPI_FOUND) if(MPI_FOUND)
add_dumux_test(test_boxrichards test_boxrichards test_boxrichards.cc add_dumux_test(test_boxrichards_parallel test_boxrichards test_boxrichards.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--script fuzzy --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/richardslensbox-reference-parallel.vtu --files ${CMAKE_SOURCE_DIR}/test/references/richardslensbox-reference-parallel.vtu
${CMAKE_CURRENT_BINARY_DIR}/s0002-p0000-richardslensbox-00008.vtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-p0000-richardslensbox-00008.vtu
--command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_boxrichards") --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_boxrichards")
else() endif()
# isothermal tests # isothermal tests
add_dumux_test(test_boxrichards test_boxrichards test_boxrichards.cc add_dumux_test(test_boxrichards test_boxrichards test_boxrichards.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--script fuzzy --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/richardslensbox-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/richardslensbox-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/richardslensbox-00008.vtu ${CMAKE_CURRENT_BINARY_DIR}/richardslensbox-00008.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_boxrichards") --command "${CMAKE_CURRENT_BINARY_DIR}/test_boxrichards")
endif()
add_dumux_test(test_ccrichards test_ccrichards test_ccrichards.cc add_dumux_test(test_ccrichards test_ccrichards test_ccrichards.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......
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