Skip to content
Snippets Groups Projects
Commit 3224ae5a authored by Samuel Scherrer's avatar Samuel Scherrer Committed by Timo Koch
Browse files

[tests][labels] added labels io and material

parent 984cfdf9
No related branches found
No related tags found
1 merge request!1516Add labels to tests
Showing with 53 additions and 53 deletions
dune_add_test(SOURCES test_container_io.cc
LABELS unit)
LABELS unit io)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/output")
dune_add_test(SOURCES test_gnuplotinterface.cc
LABELS unit)
LABELS unit io)
......@@ -5,7 +5,7 @@ add_executable(test_gridmanager_cake EXCLUDE_FROM_ALL test_gridmanager_cake.cc)
dune_add_test(NAME test_gridmanager_cake_360
TARGET test_gridmanager_cake
LABELS unit
LABELS unit io
CMAKE_GUARD "( dune-uggrid_FOUND OR dune-alugrid_FOUND )"
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -17,7 +17,7 @@ dune_add_test(NAME test_gridmanager_cake_360
dune_add_test(NAME test_gridmanager_cake_210
TARGET test_gridmanager_cake
LABELS unit
LABELS unit io
CMAKE_GUARD "( dune-uggrid_FOUND OR dune-alugrid_FOUND )"
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -29,7 +29,7 @@ dune_add_test(NAME test_gridmanager_cake_210
dune_add_test(NAME test_gridmanager_subgrid
SOURCES test_gridmanager_subgrid.cc
LABELS unit
LABELS unit io
CMAKE_GUARD dune-subgrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -46,7 +46,7 @@ target_compile_definitions(test_gridmanager_gmsh_3d_alu PUBLIC GRIDTYPE=Dune::AL
dune_add_test(NAME test_gridmanager_gmsh_3d_alu_sequential
TARGET test_gridmanager_gmsh_3d_alu
LABELS unit
LABELS unit io
CMAKE_GUARD dune-alugrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -56,7 +56,7 @@ dune_add_test(NAME test_gridmanager_gmsh_3d_alu_sequential
dune_add_test(NAME test_gridmanager_gmsh_3d_alu_parallel
TARGET test_gridmanager_gmsh_3d_alu
LABELS unit
LABELS unit io
CMAKE_GUARD dune-alugrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
......@@ -69,7 +69,7 @@ target_compile_definitions(test_gridmanager_gmsh_3d_ug PUBLIC GRIDTYPE=Dune::UGG
dune_add_test(NAME test_gridmanager_gmsh_3d_ug_sequential
TARGET test_gridmanager_gmsh_3d_ug
LABELS unit
LABELS unit io
CMAKE_GUARD dune-uggrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -81,7 +81,7 @@ dune_add_test(NAME test_gridmanager_gmsh_3d_ug_sequential
dune_add_test(NAME test_gridmanager_gmsh_3d_ug_parallel
TARGET test_gridmanager_gmsh_3d_ug
LABELS unit
LABELS unit io
CMAKE_GUARD dune-uggrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
......@@ -94,7 +94,7 @@ target_compile_definitions(test_gridmanager_gmsh_e_markers_alu PUBLIC GRIDTYPE=D
dune_add_test(NAME test_gridmanager_gmsh_e_markers_alu_sequential
TARGET test_gridmanager_gmsh_e_markers_alu
LABELS unit
LABELS unit io
CMAKE_GUARD dune-alugrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -106,7 +106,7 @@ dune_add_test(NAME test_gridmanager_gmsh_e_markers_alu_sequential
dune_add_test(NAME test_gridmanager_gmsh_e_markers_alu_parallel
TARGET test_gridmanager_gmsh_e_markers_alu
LABELS unit
LABELS unit io
CMAKE_GUARD "( dune-alugrid_FOUND AND MPI_FOUND )"
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
......@@ -121,7 +121,7 @@ target_compile_definitions(test_gridmanager_gmsh_e_markers_ug PUBLIC GRIDTYPE=Du
dune_add_test(NAME test_gridmanager_gmsh_e_markers_ug_sequential
TARGET test_gridmanager_gmsh_e_markers_ug
LABELS unit
LABELS unit io
CMAKE_GUARD dune-uggrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -133,7 +133,7 @@ dune_add_test(NAME test_gridmanager_gmsh_e_markers_ug_sequential
dune_add_test(NAME test_gridmanager_gmsh_e_markers_ug_parallel
TARGET test_gridmanager_gmsh_e_markers_ug
LABELS unit
LABELS unit io
CMAKE_GUARD "( dune-uggrid_FOUND AND MPI_FOUND )"
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
......@@ -148,7 +148,7 @@ target_compile_definitions(test_gridmanager_dgf_alu PUBLIC GRIDTYPE=Dune::ALUGri
dune_add_test(NAME test_gridmanager_dgf_alu_sequential
TARGET test_gridmanager_dgf_alu
LABELS unit
LABELS unit io
CMAKE_GUARD dune-alugrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -162,7 +162,7 @@ dune_add_test(NAME test_gridmanager_dgf_alu_sequential
dune_add_test(NAME test_gridmanager_dgf_alu_parallel
TARGET test_gridmanager_dgf_alu
LABELS unit
LABELS unit io
CMAKE_GUARD "( dune-alugrid_FOUND AND MPI_FOUND )"
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
......@@ -179,7 +179,7 @@ target_compile_definitions(test_gridmanager_dgf_ug PUBLIC GRIDTYPE=Dune::UGGrid<
dune_add_test(NAME test_gridmanager_dgf_ug_sequential
TARGET test_gridmanager_dgf_ug
LABELS unit
LABELS unit io
CMAKE_GUARD dune-uggrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
......@@ -193,7 +193,7 @@ dune_add_test(NAME test_gridmanager_dgf_ug_sequential
dune_add_test(NAME test_gridmanager_dgf_ug_parallel
TARGET test_gridmanager_dgf_ug
LABELS unit
LABELS unit io
CMAKE_GUARD "( dune-uggrid_FOUND AND MPI_FOUND )"
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
......
......@@ -2,7 +2,7 @@ add_input_file_links()
dune_add_test(NAME test_vtkreader_3d
SOURCES test_vtkreader.cc
LABELS unit
LABELS unit io
CMAKE_GUARD dune-alugrid_FOUND
COMPILE_DEFINITIONS GRIDTYPE=Dune::ALUGrid<3,3,Dune::cube,Dune::nonconforming>
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......@@ -19,7 +19,7 @@ dune_add_test(NAME test_vtkreader_3d
dune_add_test(NAME test_vtkreader_2d
SOURCES test_vtkreader.cc
LABELS unit
LABELS unit io
CMAKE_GUARD dune-alugrid_FOUND
COMPILE_DEFINITIONS GRIDTYPE=Dune::ALUGrid<2,2,Dune::cube,Dune::nonconforming>
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......@@ -31,7 +31,7 @@ dune_add_test(NAME test_vtkreader_2d
dune_add_test(NAME test_vtkreader_2d3d
SOURCES test_vtkreader.cc
LABELS unit
LABELS unit io
CMAKE_GUARD dune-foamgrid_FOUND
COMPILE_DEFINITIONS GRIDTYPE=Dune::FoamGrid<2,3>
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......@@ -43,7 +43,7 @@ dune_add_test(NAME test_vtkreader_2d3d
dune_add_test(NAME test_vtkreader_1d
SOURCES test_vtkreader.cc
LABELS unit
LABELS unit io
CMAKE_GUARD dune-foamgrid_FOUND
COMPILE_DEFINITIONS GRIDTYPE=Dune::FoamGrid<1,3>
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......@@ -55,4 +55,4 @@ dune_add_test(NAME test_vtkreader_1d
dune_add_test(NAME test_vtk_staggeredfreeflowpvnames
SOURCES test_vtk_staggeredfreeflowpvnames.cc
LABELS unit)
LABELS unit io)
dune_add_test(SOURCES test_componenttraits.cc
COMPILE_ONLY
LABELS unit)
LABELS unit material)
add_executable(plot_component plotproperties.cc)
......@@ -8,118 +8,118 @@ dune_add_test(NAME plot_air
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Air"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_benzene
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Benzene"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_brine
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Brine"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_calcite
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Calcite"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_calciumion
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "CalciumIon"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_cao
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "CaO"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_cao2h2
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "CaO2H2"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_carbonateion
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "CarbonateIon"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_ch4
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "CH4"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_granite
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Granite"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_h2
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "H2"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_h2o
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "H2O"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_heavyoil
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "HeavyOil"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_mesitylene
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Mesitylene"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_n2
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "N2"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_nacl
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "NaCl"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_o2
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "O2"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_simpleh2o
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "SimpleH2O"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_trichloroethene
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Trichloroethene"
LABELS unit)
LABELS unit material)
dune_add_test(NAME plot_xylene
TARGET plot_component
COMMAND ./plot_component
CMD_ARGS "Xylene"
LABELS unit)
LABELS unit material)
dune_add_test(SOURCES test_thermalconductivityjohansen.cc
LABELS unit
LABELS unit material
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzyData --delimiter " "
--files ${CMAKE_SOURCE_DIR}/test/references/thermalconductivityjohansen-reference.dat
......@@ -7,7 +7,7 @@ dune_add_test(SOURCES test_thermalconductivityjohansen.cc
--command "${CMAKE_CURRENT_BINARY_DIR}/test_thermalconductivityjohansen")
dune_add_test(SOURCES test_thermalconductivitysomerton.cc
LABELS unit
LABELS unit material
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzyData --delimiter " "
--files ${CMAKE_SOURCE_DIR}/test/references/thermalconductivitysomerton-reference.dat
......
add_subdirectory(2p)
dune_add_test(SOURCES test_effectivediffusivitymillingtonquirk.cc
LABELS unit
LABELS unit material
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzyData --delimiter " "
--files ${CMAKE_SOURCE_DIR}/test/references/effectivediffusivitymillingtonquirk-reference.dat
......@@ -9,7 +9,7 @@ dune_add_test(SOURCES test_effectivediffusivitymillingtonquirk.cc
--command "${CMAKE_CURRENT_BINARY_DIR}/test_effectivediffusivitymillingtonquirk")
dune_add_test(SOURCES test_effectivediffusivityconstanttortuosity.cc
LABELS unit
LABELS unit material
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzyData --delimiter " "
--files ${CMAKE_SOURCE_DIR}/test/references/effectivediffusivityconstanttau-reference.dat
......
dune_add_test(SOURCES test_fluidsystems.cc
LABELS unit)
LABELS unit material)
dune_add_test(SOURCES test_immiscibleflash.cc
LABELS unit)
LABELS unit material)
dune_add_test(SOURCES test_ncpflash.cc
LABELS unit)
LABELS unit material)
dune_add_test(SOURCES test_pengrobinson.cc
LABELS unit)
LABELS unit material)
dune_add_test(SOURCES test_solidsystems.cc
LABELS unit)
LABELS unit material)
dune_add_test(SOURCES test_tabulation.cc
LABELS unit)
LABELS unit material)
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