From 1d2ee8f8b351bc4c545f68cdec79ce0dcb7c9e49 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sun, 31 Aug 2025 21:40:49 -0500 Subject: [PATCH] tests: Add test ISO files to dist package Add test ISO files to dist package to allow ISO test to pass. Signed-off-by: Andrew Hamilton Reviewed-by: Daniel Kiper --- conf/Makefile.extra-dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 49bca5577..10cbd4fa4 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -158,6 +158,9 @@ EXTRA_DIST += po/hebrew.sed EXTRA_DIST += tests/dfly-mbr-mbexample.mbr.img.gz EXTRA_DIST += tests/dfly-mbr-mbexample.dfly.img.gz +EXTRA_DIST += tests/iso9660_ce_loop2.iso.gz +EXTRA_DIST += tests/iso9660_ce_loop.iso.gz +EXTRA_DIST += tests/iso9660_early_ce.iso.gz EXTRA_DIST += coreboot.cfg -- 2.47.3