Skip to content

Commit 9e7a2ad

Browse files
committed
Limit resolution of doc testers.
1 parent a6ff57d commit 9e7a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ if (WB_ENABLE_APPS)
337337
# Run through each source and create a test for each one
338338
foreach(test_source ${DOCU_TEST_SOURCES})
339339
get_filename_component(test_name ${test_source} NAME_WE)
340-
set(TEST_ARGUMENTS "${CMAKE_SOURCE_DIR}/doc/sphinx/_static/gwb_input_files/${test_name}.wb\;${CMAKE_SOURCE_DIR}/doc/sphinx/_static/gwb_input_files/${test_name}.grid")
340+
set(TEST_ARGUMENTS "${CMAKE_SOURCE_DIR}/doc/sphinx/_static/gwb_input_files/${test_name}.wb\;${CMAKE_SOURCE_DIR}/doc/sphinx/_static/gwb_input_files/${test_name}.grid\;--resolution-limit\;50")
341341
add_test(doc_${test_name}
342342
${CMAKE_COMMAND}
343343
-D TEST_NAME=${test_name}

0 commit comments

Comments
 (0)