From: Mark W. <ma...@so...> - 2025-04-22 16:34:39
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=f1a9c084d59bacac51535922f1f3c77b6fea08d0 commit f1a9c084d59bacac51535922f1f3c77b6fea08d0 Author: Mark Wielaard <ma...@kl...> Date: Tue Apr 22 18:24:31 2025 +0200 auxprogs/Makefile.am (EXTRA_DIST): Add ltpchecks helper files ltp-tester.sh, ltp-excludes.txt and ltp-error-patterns.txt, breaking make ltpchecks. Diff: --- auxprogs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am index 00c743bc11..9cec4f222b 100644 --- a/auxprogs/Makefile.am +++ b/auxprogs/Makefile.am @@ -16,6 +16,9 @@ EXTRA_DIST = \ gsl-1.6.patch \ gsl-1.6.supp \ gsl-1.6.out.x86.exp \ + ltp-tester.sh \ + ltp-excludes.txt \ + ltp-error-patterns.txt \ posixtestsuite-1.5.1-diff.txt \ ppcfround.c \ ppc64shifts.c \ |