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

[cleanup][CMake] Skip on 77 is now the default for dune 3.0

(cherry picked from commit b2d4e9a6)
parent 65c4cd71
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,7 @@ macro(add_dumux_test dumux_test dumux_test_executable dumux_test_executable_sour
else()
dune_add_test(NAME ${dumux_test}
TARGET ${dumux_test_executable}
COMMAND ${dumux_test_args}
SKIP_ON_77)
COMMAND ${dumux_test_args})
# tests always require the executable to run
set_tests_properties(${dumux_test} PROPERTIES REQUIRED_FILES ${dumux_test_executable})
endif()
......
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