Skip to content

Commit

Permalink
Updating tests for createReaction and createReactions
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 8, 2024
1 parent 844e42f commit e94d495
Show file tree
Hide file tree
Showing 4 changed files with 1,115 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dryad/format/endf/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ add_cpp_test( format.endf.createTabulatedEnergyDistribution createTabulated
add_cpp_test( format.endf.createTabulatedEnergyDistributions createTabulatedEnergyDistributions.test.cpp )
add_cpp_test( format.endf.createTabulatedAverageEnergy createTabulatedAverageEnergy.test.cpp )
add_cpp_test( format.endf.createReactionProduct createReactionProduct.test.cpp )
add_cpp_test( format.endf.createReactionProducts createReactionProducts.test.cpp )
add_cpp_test( format.endf.createReaction createReaction.test.cpp )
add_cpp_test( format.endf.createReactions createReactions.test.cpp )
add_cpp_test( format.endf.createProjectileTarget createProjectileTarget.test.cpp )
Expand Down
Loading

0 comments on commit e94d495

Please sign in to comment.