summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/edm4hep/test-deps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/edm4hep/test-deps.patch')
-rw-r--r--var/spack/repos/builtin/packages/edm4hep/test-deps.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/edm4hep/test-deps.patch b/var/spack/repos/builtin/packages/edm4hep/test-deps.patch
new file mode 100644
index 0000000000..53d4bddacb
--- /dev/null
+++ b/var/spack/repos/builtin/packages/edm4hep/test-deps.patch
@@ -0,0 +1,12 @@
+diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
+index 6413c03..11325a4 100644
+--- a/test/CMakeLists.txt
++++ b/test/CMakeLists.txt
+@@ -54,6 +54,7 @@ IF(TARGET ROOT::ROOTDataFrame)
+ add_test(NAME test_rdf COMMAND test_rdf)
+ set_tests_properties(test_rdf PROPERTIES
+ ENVIRONMENT LD_LIBRARY_PATH=$<TARGET_FILE_DIR:edm4hep>:$<TARGET_FILE_DIR:podio::podio>:$ENV{LD_LIBRARY_PATH}
++ DEPENDS write_events
+ )
+ endif()
+