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

test_impeswithamg: fix input file names for CMake tests

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11503 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a30e6fed
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ if(MPI_FOUND) ...@@ -28,7 +28,7 @@ if(MPI_FOUND)
${CMAKE_SOURCE_DIR}/test/references/test_impes-reference-parallel.vtu ${CMAKE_SOURCE_DIR}/test/references/test_impes-reference-parallel.vtu
${CMAKE_CURRENT_BINARY_DIR}/s0002-p0001-test_impeswithamg-00013.vtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-p0001-test_impeswithamg-00013.vtu
"${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg" "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg"
-ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_impesadaptive.input -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_impeswithamg.input
-Grid.File ${CMAKE_CURRENT_SOURCE_DIR}/grids/test_impeswithamg.dgf) -Grid.File ${CMAKE_CURRENT_SOURCE_DIR}/grids/test_impeswithamg.dgf)
else(MPI_FOUND) else(MPI_FOUND)
add_test(test_impeswithamg add_test(test_impeswithamg
...@@ -37,7 +37,7 @@ else(MPI_FOUND) ...@@ -37,7 +37,7 @@ else(MPI_FOUND)
${CMAKE_SOURCE_DIR}/test/references/test_impes-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/test_impes-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg-00013.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg-00013.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg
-ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_impesadaptive.input -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_impeswithamg.input
-Grid.File ${CMAKE_CURRENT_SOURCE_DIR}/grids/test_impeswithamg.dgf) -Grid.File ${CMAKE_CURRENT_SOURCE_DIR}/grids/test_impeswithamg.dgf)
endif(MPI_FOUND) endif(MPI_FOUND)
......
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