From: Andrew Hamilton Date: Sat, 25 Oct 2025 15:53:38 +0000 (-0500) Subject: build: Include new zstd test support files in dist archive X-Git-Tag: grub-2.14-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46be4488fd24a194315ed59e8a4c34150db3727f;p=thirdparty%2Fgrub.git build: Include new zstd test support files in dist archive Include the two new zstd test support files in the dist archive so end users can successfully run this test. Signed-off-by: Andrew Hamilton Reviewed-by: Daniel Kiper --- diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 936d3bef6..6b276b187 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -183,6 +183,8 @@ EXTRA_DIST += tests/file_filter/file.lzop EXTRA_DIST += tests/file_filter/file.lzop.sig EXTRA_DIST += tests/file_filter/file.xz EXTRA_DIST += tests/file_filter/file.xz.sig +EXTRA_DIST += tests/file_filter/file.zstd +EXTRA_DIST += tests/file_filter/file.zstd.sig EXTRA_DIST += tests/file_filter/keys EXTRA_DIST += tests/file_filter/keys.pub EXTRA_DIST += tests/file_filter/test.cfg