]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
build: Add grub-core/tests/crypto_cipher_mode_vectors.h file to EXTRA_DIST
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 13 Jan 2026 17:38:38 +0000 (18:38 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 14 Jan 2026 13:28:37 +0000 (14:28 +0100)
This file was not added to EXTRA_DIST during test creation.

Fixes: 51ebc6f67 (tests: Add functional tests for ecb/cbc helpers)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Alec Brown <alec.r.brown@oracle.com>
Reviewed-by: Srish Srinivasan <ssrish@linux.ibm.com>
Reviewed-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
conf/Makefile.extra-dist

index 288ba1f87e5cd724f6873c58a281a60feb4e20a3..d22b6c8623072c5a7592aa267398d4b234f790d5 100644 (file)
@@ -72,6 +72,7 @@ EXTRA_DIST += grub-core/lib/libtasn1
 EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
 EXTRA_DIST += grub-core/efiemu/runtime/config.h
+EXTRA_DIST += grub-core/tests/crypto_cipher_mode_vectors.h
 EXTRA_DIST += grub-core/tests/asn1/asn1_test.h
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/tests/asn1/tests -name '*.h')
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/commands/tpm2_key_protector -name '*.h')