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

[Bugfix, decoupled] Fixed typo in CMakeLists that caused decoupled tests to not run.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15179 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 9fcc7db5
No related branches found
No related tags found
No related merge requests found
add_input_file_links()
add_dumux_test(test_impes test_impes test_impes.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_impes-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_impes-00009.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_impes")
add_dumux_test(test_impesadaptive test_impesadaptive test_impesadaptive.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_2padaptive-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_2padaptive-00007.vtu
......@@ -16,14 +16,14 @@ add_dumux_test(test_impesadaptive test_impesadaptive test_impesadaptive.cc
if(MPI_FOUND)
add_dumux_test(test_impeswithamg test_impeswithamg test_impeswithamg.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_impes-reference-parallel.vtu
${CMAKE_CURRENT_BINARY_DIR}/s0002-p0001-test_impeswithamg-00094.vtu
--command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_impeswithamg.input -TimeManager.TEnd 7e7")
else()
add_dumux_test(test_impeswithamg test_impeswithamg test_impeswithamg.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_impes-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg-00009.vtu
......@@ -31,70 +31,70 @@ else()
endif(MPI_FOUND)
add_dumux_test(test_transport test_transport test_transport.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_transport-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_transport-00006.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_transport")
add_dumux_test(test_mpfao2p test_mpfa2p test_mpfa2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_mpfao2p-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_mpfa2p-00007.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_mpfa2p -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_mpfa2p.input -ModelType MPFAO")
add_dumux_test(test_mpfal2p test_mpfa2p test_mpfa2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_mpfal2p-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_mpfa2p-00007.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_mpfa2p -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_mpfa2p.input -ModelType MPFAL")
add_dumux_test(test_mpfal2padaptive test_mpfa2p test_mpfa2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_mpfal2padaptive-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_mpfa2p-00007.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_mpfa2p -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_mpfa2p.input -ModelType MPFALAdaptive")
add_dumux_test(test_3d2pfv test_3d2pfv test_3d2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_3d2pfv-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_3d2pfv-00012.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_3d2pfv -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_3d2p.input -Problem.OutputName test_3d2pfv -ModelType FV")
add_dumux_test(test_3d2pfvadaptive test_3d2pfvadaptive test_3d2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_3d2pfvadaptive-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_3d2pfvadaptive-00012.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_3d2pfvadaptive -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_3d2p.input -Problem.OutputName test_3d2pfvadaptive -ModelType FVAdaptive")
add_dumux_test(test_3d2pmimetic test_3d2pmimetic test_3d2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_3d2pmimetic-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmimetic-00012.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmimetic -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_3d2p.input -Problem.OutputName test_3d2pmimetic -ModelType Mimetic")
add_dumux_test(test_3d2pmimeticadaptive test_3d2pmimeticadaptive test_3d2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_3d2pmimeticadaptive-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmimeticadaptive-00012.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmimeticadaptive -Problem.OutputName test_3d2pmimeticadaptive -ModelType MimeticAdaptive")
add_dumux_test(test_3d2pmpfal test_3d2pmpfal test_3d2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_3d2pmpfal-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmpfal-00012.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmpfal -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_3d2p.input -Problem.OutputName test_3d2pmpfal -ModelType MPFAL")
add_dumux_test(test_3d2pmpfaladaptive test_3d2pmpfaladaptive test_3d2p.cc
python${CMAKE_SOURCE_DIR}/bin/runtest.py
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_3d2pmpfaladaptive-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmpfaladaptive-00012.vtu
......
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