Skip to content

Commit

Permalink
add missing weighting test (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 authored Aug 29, 2024
1 parent 8d46edb commit b0cde23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ if(ENABLE_MPI)
endif()
add_test(test_rand ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh rand)
add_test(test_sedi ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh sedi)
add_test(test_weighting ${CMAKE_BINARY_DIR}/test_run/run_test_directory.sh weighting)

######################################################################
# partmc library
Expand Down

0 comments on commit b0cde23

Please sign in to comment.