mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
removed spaces in valgrind default tests
This commit is contained in:
parent
a786082f76
commit
0538a48fd0
1 changed files with 5 additions and 5 deletions
|
|
@ -210,11 +210,11 @@ ctest_vars = {
|
|||
# Set up default valgrind tests
|
||||
# Currently takes too long to run all the tests with valgrind
|
||||
valgrind_default_tests = "basic|cmfd_feed|confidence_intervals| \
|
||||
density_atombcm|eigenvalue_genperbatch|energy_grid|entropy| \
|
||||
filter_cell|lattice_multiple|output|plot_background|reflective_plane| \
|
||||
rotation|salphabeta_multiple|score_absorption|seed|source_energy_mono| \
|
||||
sourcepoint_batch|statepoint_interval|survival_biasing| \
|
||||
tally_assumesep|translation|uniform_fs|universe|void"
|
||||
density_atombcm|eigenvalue_genperbatch|energy_grid|entropy| \
|
||||
filter_cell|lattice_multiple|output|plot_background|reflective_plane| \
|
||||
rotation|salphabeta_multiple|score_absorption|seed|source_energy_mono| \
|
||||
sourcepoint_batch|statepoint_interval|survival_biasing| \
|
||||
tally_assumesep|translation|uniform_fs|universe|void"
|
||||
|
||||
# Begin testing
|
||||
shutil.rmtree('build', ignore_errors=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue