[COMMITTED] tests/Makefile.am: Add run-sysroot.sh to EXTRA_DIST

Message ID 20240704233050.424265-1-amerey@redhat.com
State Committed
Headers
Series [COMMITTED] tests/Makefile.am: Add run-sysroot.sh to EXTRA_DIST |

Commit Message

Aaron Merey July 4, 2024, 11:30 p.m. UTC
  Signed-off-by: Aaron Merey <amerey@redhat.com>
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tests/Makefile.am b/tests/Makefile.am
index d5b2c02b..77f9b90d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -669,7 +669,7 @@  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
+	     testfile-sysroot.tar.bz2 run-sysroot.sh
 
 
 if USE_VALGRIND