Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions run/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ o2_add_test(CheckStackG4
set_tests_properties(o2sim_checksimkinematics_G4
PROPERTIES FIXTURES_REQUIRED G4)

# GEANT3 simulation fails on Macs and it's barely used any more, so disable it.
if(NOT APPLE)
o2_add_test_command(NAME o2sim_G3
WORKING_DIRECTORY ${SIMTESTDIR}
COMMAND $<TARGET_FILE:${o2simExecutable}>
Expand Down Expand Up @@ -306,6 +308,7 @@ o2_add_test_command(NAME o2sim_G3_checklogs

set_tests_properties(o2sim_G3_checklogs
PROPERTIES FIXTURES_REQUIRED G3)
endif()

# somewhat analyse the logfiles as another means to detect problems
o2_add_test_command(NAME o2sim_G4_checklogs
Expand Down