add_input_file_links()

add_dumux_test(test_el1p2c test_el1p2c test_el1p2c.cc
               python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
                 --script fuzzy
                 --files ${CMAKE_SOURCE_DIR}/test/references/el1p2c-reference.vtu
                         ${CMAKE_CURRENT_BINARY_DIR}/el1p2c-00014.vtu
                 --command "${CMAKE_CURRENT_BINARY_DIR}/test_el1p2c")

#install sources
install(FILES
el1p2cproblem.hh
el1p2cspatialparams.hh
test_el1p2c.cc
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/geomechanics/el1p2c)
