From 7d87ba6e0499772ad4bf5db48bcce84e4e541759 Mon Sep 17 00:00:00 2001 From: Birgit Stapf Date: Tue, 15 Oct 2024 17:39:30 +0200 Subject: [PATCH] add fcchh analysis to test suite --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9f93d9f0fb..ef5450c194 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -11,6 +11,8 @@ add_integration_test("examples/FCCee/vertex_lcfiplus/analysis_V0.py") add_standalone_test("examples/FCCee/fullSim/caloNtupleizer/analysis.py") +add_standalone_test("examples/FCChh/ggHH_bbyy/analysis_stage1.py") + if(WITH_PODIO_DATASOURCE) add_standalone_test("examples/data_source/standalone.py") add_integration_test("examples/data_source/histmaker_source.py")