From 1db396cbd7f8ef63049a1403b09a91d24f323358 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Wed, 17 Jul 2024 14:36:02 -0400 Subject: [PATCH] tests/Makefile.am: add run-eu-search-tests.sh to EXTRA_DIST --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f57f1c6a..1642d4e9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -674,7 +674,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile-dwp-4-cu-index-overflow.dwp.bz2 \ testfile-dwp-cu-index-overflow.source \ testfile-define-file.bz2 \ - testfile-sysroot.tar.bz2 run-sysroot.sh + testfile-sysroot.tar.bz2 run-sysroot.sh \ + run-eu-search-tests.sh if USE_VALGRIND -- 2.47.2