add_input_file_links()

dumux_add_test(COMPILE_ONLY # the test produces different results due to the fingers on different machines
              NAME convmixexercise
              SOURCES convmixexercise.cc
              COMMAND ${dumux_INCLUDE_DIRS}/bin/testing/runtest.py
              CMD_ARGS  --script fuzzy
                        --files ${CMAKE_SOURCE_DIR}/lecture/references/convmix-reference.vtu
                                 ${CMAKE_CURRENT_BINARY_DIR}/convmix-00021.vtu
                        --command "${CMAKE_CURRENT_BINARY_DIR}/convmixexercise -TimeLoop.TEnd 1.9e8")
