From 7244840b292a044ceec7ddbea726a63f62336bf3 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Wed, 10 Jul 2019 16:29:25 +0200 Subject: [PATCH] Dropped in favour of ddsim test in DD4hep main --- examples/SimpleDetector/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/SimpleDetector/CMakeLists.txt b/examples/SimpleDetector/CMakeLists.txt index bac169dd8..370e4a944 100644 --- a/examples/SimpleDetector/CMakeLists.txt +++ b/examples/SimpleDetector/CMakeLists.txt @@ -38,11 +38,3 @@ foreach (test Simple_ILD) REGEX_PASS " Handled [1-9][0-9]* volumes") endforeach(type) endforeach(test) - -if (DD4HEP_USE_GEANT4) - dd4hep_add_test_reg( SimpleDetector_sim_ILD - COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_SimpleDetector.sh" - EXEC_ARGS dd_sim ${CMAKE_CURRENT_SOURCE_DIR}/compact/Simple_ILD.xml ${CMAKE_CURRENT_SOURCE_DIR}/examples/sequences.xml - REQUIRES DDG4 Geant4 - REGEX_PASS "Event 9 Begin event action") -endif() -- GitLab