We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ff57d commit 9e7a2adCopy full SHA for 9e7a2ad
tests/CMakeLists.txt
@@ -337,7 +337,7 @@ if (WB_ENABLE_APPS)
337
# Run through each source and create a test for each one
338
foreach(test_source ${DOCU_TEST_SOURCES})
339
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")
+ 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")
341
add_test(doc_${test_name}
342
${CMAKE_COMMAND}
343
-D TEST_NAME=${test_name}
0 commit comments