Skip to content

Commit

Permalink
Merge pull request #667 from MFraters/force_gwb_grid_one_thread
Browse files Browse the repository at this point in the history
force most gwb-grid test to only use one thread.
  • Loading branch information
MFraters authored Feb 23, 2024
2 parents eed7e5d + 50f33fa commit 3808e76
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 @@ -225,7 +225,7 @@ file(GLOB_RECURSE VISU_TEST_SOURCES "gwb-grid/*.wb")
# Run through each sourceUforeach(test_source ${VISU_TEST_SOURCES})
foreach(test_source ${VISU_TEST_SOURCES})
get_filename_component(test_name ${test_source} NAME_WE)
set(TEST_ARGUMENTS "${CMAKE_SOURCE_DIR}/tests/gwb-grid/${test_name}.wb\;${CMAKE_SOURCE_DIR}/tests/gwb-grid/${test_name}.grid")
set(TEST_ARGUMENTS "${CMAKE_SOURCE_DIR}/tests/gwb-grid/${test_name}.wb\;${CMAKE_SOURCE_DIR}/tests/gwb-grid/${test_name}.grid\;-j\;1")
add_test(grid_${test_name}
${CMAKE_COMMAND}
-D TEST_NAME=${test_name}
Expand Down

0 comments on commit 3808e76

Please sign in to comment.