From bfaba1de12cae7afb11751e66df469ec17e56183 Mon Sep 17 00:00:00 2001 From: Tuomas Taipale Date: Thu, 27 Aug 2026 06:36:21 +0000 Subject: [PATCH] test: pipeline: distribute example config and work files When distributing ODP (`make dist`), add also pipeline example config files and work source to be distributed. Signed-off-by: Tuomas Taipale Reviewed-by: Janne Peltonen --- test/performance/pipeline/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/performance/pipeline/Makefile.am b/test/performance/pipeline/Makefile.am index bd68a481ac..8877ec363a 100644 --- a/test/performance/pipeline/Makefile.am +++ b/test/performance/pipeline/Makefile.am @@ -58,4 +58,10 @@ odp_pipeline_SOURCES = \ work_wait.c \ worker.h \ worker_parser.c + +EXTRA_DIST = \ + pipeline.conf \ + pipeline_example1.conf \ + pipeline_example2.conf \ + work_example.c endif