There was an error while loading. Please reload this page.
1 parent b9756f4 commit d4eb41dCopy full SHA for d4eb41d
1 file changed
run/CMakeLists.txt
@@ -230,6 +230,8 @@ o2_add_test(CheckStackG4
230
set_tests_properties(o2sim_checksimkinematics_G4
231
PROPERTIES FIXTURES_REQUIRED G4)
232
233
+# GEANT3 simulation fails on Macs and it's barely used any more, so disable it.
234
+if(NOT APPLE)
235
o2_add_test_command(NAME o2sim_G3
236
WORKING_DIRECTORY ${SIMTESTDIR}
237
COMMAND $<TARGET_FILE:${o2simExecutable}>
@@ -306,6 +308,7 @@ o2_add_test_command(NAME o2sim_G3_checklogs
306
308
307
309
set_tests_properties(o2sim_G3_checklogs
310
PROPERTIES FIXTURES_REQUIRED G3)
311
+endif()
312
313
# somewhat analyse the logfiles as another means to detect problems
314
o2_add_test_command(NAME o2sim_G4_checklogs
0 commit comments