Skip to content

Commit

Permalink
Fix filters
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Feb 1, 2024
1 parent 9eade29 commit 52ac042
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ celeritas_add_test(celeritas/global/ActionRegistry.test.cc)
if(CELERITAS_USE_Geant4 AND CELERITAS_REAL_TYPE STREQUAL "double")
set(_along_step_filter
FILTER
"-Em3*:SimpleCms*"
"-Em3*:SimpleCms*:LeadBox*"
"Em3AlongStepTest.nofluct_nomsc"
"Em3AlongStepTest.msc_nofluct"
"Em3AlongStepTest.msc_nofluct_finegrid"
Expand All @@ -475,6 +475,7 @@ if(CELERITAS_USE_Geant4 AND CELERITAS_REAL_TYPE STREQUAL "double")
"SimpleCmsAlongStepTest.msc_field_finegrid"
"SimpleCmsRZFieldAlongStepTest.msc_rzfield"
"SimpleCmsRZFieldAlongStepTest.msc_rzfield_finegrid"
"LeadBox*"
)
set(_stepper_filter
FILTER
Expand All @@ -487,11 +488,12 @@ if(CELERITAS_USE_Geant4 AND CELERITAS_REAL_TYPE STREQUAL "double")
"OneSteelSphere.*"
)
elseif(CELERITAS_USE_Geant4)
set(_along_step_filter
set(_along_step_filter
FILTER
"-Em3*:SimpleCms*"
"-Em3*:SimpleCms*:LeadBox*"
"Em3AlongStepTest.nofluct_nomsc"
"Em3AlongStepTest.fluct_nomsc"
"LeadBox*"
)
set(_stepper_filter
FILTER
Expand Down

0 comments on commit 52ac042

Please sign in to comment.