Skip to content

Commit 0b30b87

Browse files
committed
test: consolidate into a single CTest command
1 parent 5b7cce7 commit 0b30b87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/test_opticks.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,4 @@ generate-input-photons
1818
export GEOM=RaindropRockAirWater
1919
export G4CXOpticks__setGeometry_saveGeometry=$HOME/.opticks/GEOM/$GEOM
2020

21-
ctest --test-dir $OPTICKS_BUILD/sysrap -j -E STTFTest
22-
ctest --test-dir $OPTICKS_BUILD/g4cx -j -E G4CXRenderTest
23-
ctest --test-dir $OPTICKS_BUILD/CSG -j -E CSGQueryTest
24-
ctest --test-dir $OPTICKS_BUILD/qudarap -j -E "QSimTest|QOpticalTest|QEvent_Lifecycle_Test|QSim_Lifecycle_Test|QSimWithEventTest"
25-
ctest --test-dir $OPTICKS_BUILD/CSGOptiX -j -E CSGOptiXRenderTest
26-
ctest --test-dir $OPTICKS_BUILD/gdxml -j
27-
ctest --test-dir $OPTICKS_BUILD/u4 -j -E "U4GDMLReadTest|U4RandomTest|U4TraverseTest"
21+
ctest --test-dir $OPTICKS_BUILD -j -E "STTFTest|G4CXRenderTest|CSGOptiXRenderTest|QSimTest|QEvent_Lifecycle_Test|QSim_Lifecycle_Test|QSimWithEventTest"

0 commit comments

Comments
 (0)