Skip to content

Commit

Permalink
Limit resolution of doc testers.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Oct 20, 2024
1 parent a6ff57d commit 9e7a2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ if (WB_ENABLE_APPS)
# Run through each source and create a test for each one
foreach(test_source ${DOCU_TEST_SOURCES})
get_filename_component(test_name ${test_source} NAME_WE)
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")
add_test(doc_${test_name}
${CMAKE_COMMAND}
-D TEST_NAME=${test_name}
Expand Down

0 comments on commit 9e7a2ad

Please sign in to comment.