Skip to content
Snippets Groups Projects
Commit 6b0151a7 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[cmake] add timeout also to template tests

parent 4ab9a065
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,8 @@ macro(BEGIN_TESTCASES)
SOURCES ${out_fn} ${COMMON_HEADER}
LINK_LIBRARIES ${ARGN} ${COMMON_LIBS} ${GRID_LIBS} gtest_dune_xt_common
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${target}
--gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/${target}.xml )
--gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/${target}.xml
TIMEOUT ${DXT_TEST_TIMEOUT} )
list(APPEND dxt_test_binaries ${target} )
set(dxt_test_names_${target} ${target})
endforeach( source )
......
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