From 82f99e83282081e4921e532bfe7e19361c73c592 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 28 Jul 2015 17:18:58 +0000 Subject: [PATCH] [bugfix, decoupled] Hand over missing ParameterFile git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15180 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/decoupled/2p/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/decoupled/2p/CMakeLists.txt b/test/decoupled/2p/CMakeLists.txt index 2370ebeef7..f15ac96e41 100644 --- a/test/decoupled/2p/CMakeLists.txt +++ b/test/decoupled/2p/CMakeLists.txt @@ -84,7 +84,7 @@ add_dumux_test(test_3d2pmimeticadaptive test_3d2pmimeticadaptive test_3d2p.cc --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") + --command "${CMAKE_CURRENT_BINARY_DIR}/test_3d2pmimeticadaptive -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_3d2p.input -Problem.OutputName test_3d2pmimeticadaptive -ModelType MimeticAdaptive") add_dumux_test(test_3d2pmpfal test_3d2pmpfal test_3d2p.cc python ${CMAKE_SOURCE_DIR}/bin/runtest.py -- GitLab