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

[cleanup] Remove commented code in CMakeLists CO2

parent 2466dfac
No related branches found
No related tags found
1 merge request!1039Feature/restart from vtk
...@@ -26,19 +26,6 @@ dune_add_test(NAME test_co2_tpfa ...@@ -26,19 +26,6 @@ dune_add_test(NAME test_co2_tpfa
${CMAKE_CURRENT_BINARY_DIR}/co2_tpfa-00018.vtu ${CMAKE_CURRENT_BINARY_DIR}/co2_tpfa-00018.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_co2_tpfa test_co2_fv.input -Problem.Name co2_tpfa") --command "${CMAKE_CURRENT_BINARY_DIR}/test_co2_tpfa test_co2_fv.input -Problem.Name co2_tpfa")
# # restart test (currently disbled because restart is not yet implemented)
# dune_add_test(NAME test_co2_box_restart
# TARGET test_co2_box
# COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
# CMD_ARGS --script fuzzy
# --files ${CMAKE_SOURCE_DIR}/test/references/co2box-reference.vtu
# ${CMAKE_CURRENT_BINARY_DIR}/heterogeneousbox-00019.vtu
# --command "${CMAKE_CURRENT_BINARY_DIR}/test_co2_box -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_restartco2.input"
# --zeroThreshold {"porosity":1})
# the restart test has to run after the test that produces the restart file
# set_tests_properties(test_restartco2 PROPERTIES DEPENDS test_co2_box)
# build target for the CO2 non-isothermal test problem # build target for the CO2 non-isothermal test problem
dune_add_test(NAME test_co2ni_box dune_add_test(NAME test_co2ni_box
SOURCES test_co2_fv.cc SOURCES test_co2_fv.cc
......
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