mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-07 16:05:28 +01:00
tests: Fix Makefile * Meson to include all fs images.
This commit is contained in:
@@ -55,7 +55,7 @@ EXTRA_DIST = compatimage.img.xz compatv10image.img.xz \
|
||||
compatimage2.img.xz \
|
||||
conversion_imgs.tar.xz \
|
||||
luks2_keyslot_unassigned.img.xz \
|
||||
img_fs_ext4.img.xz img_fs_vfat.img.xz img_fs_xfs.img.xz \
|
||||
img_fs_ext4.img.xz img_fs_vfat.img.xz img_fs_xfs.img.xz img_fs_xfs5.img.xz \
|
||||
xfs_512_block_size.img.xz \
|
||||
valid_header_file.xz \
|
||||
luks2_valid_hdr.img.xz \
|
||||
|
||||
@@ -16,6 +16,9 @@ test_files_to_copy = [
|
||||
'fvault2-images.tar.xz',
|
||||
'generators/generate-luks2-area-in-json-hdr-space-json0.img.sh',
|
||||
'img_fs_ext4.img.xz',
|
||||
'img_fs_vfat.img.xz',
|
||||
'img_fs_xfs.img.xz',
|
||||
'img_fs_xfs5.img.xz',
|
||||
'luks1-images.tar.xz',
|
||||
'luks2_header_requirements.tar.xz',
|
||||
'luks2_keyslot_unassigned.img.xz',
|
||||
|
||||
Reference in New Issue
Block a user