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

The Richards tests use YaspGrid. There is no need to add UG flags, so they are removed.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11501 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 25d0c840
No related branches found
No related tags found
No related merge requests found
# build target for the Richards test problem # build target for the Richards test problem
add_executable("test_boxrichards" EXCLUDE_FROM_ALL test_boxrichards.cc) add_executable("test_boxrichards" EXCLUDE_FROM_ALL test_boxrichards.cc)
add_dune_ug_flags(test_boxrichards)
if(MPI_CXX_FOUND) if(MPI_CXX_FOUND)
# tell UG that the model is parallelized
add_definitions(-DModelP)
add_dune_mpi_flags(test_boxrichards) add_dune_mpi_flags(test_boxrichards)
add_test(test_boxrichards add_test(test_boxrichards
${CMAKE_SOURCE_DIR}/bin/runTest.sh ${CMAKE_SOURCE_DIR}/bin/runTest.sh
...@@ -29,7 +26,6 @@ else() ...@@ -29,7 +26,6 @@ else()
endif(MPI_CXX_FOUND) endif(MPI_CXX_FOUND)
add_executable("test_ccrichards" EXCLUDE_FROM_ALL test_ccrichards.cc) add_executable("test_ccrichards" EXCLUDE_FROM_ALL test_ccrichards.cc)
add_dune_ug_flags(test_ccrichards)
add_test(test_ccrichards add_test(test_ccrichards
${CMAKE_SOURCE_DIR}/bin/runTest.sh ${CMAKE_SOURCE_DIR}/bin/runTest.sh
${CMAKE_SOURCE_DIR}/bin/fuzzycomparevtu.py ${CMAKE_SOURCE_DIR}/bin/fuzzycomparevtu.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