Skip to content

Commit 35bfd6c

Browse files
author
Daniel Kiper
committed
build: Add grub-core/tests/crypto_cipher_mode_vectors.h file to EXTRA_DIST
This file was not added to EXTRA_DIST during test creation. Fixes: 51ebc6f (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>
1 parent ac042f3 commit 35bfd6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/Makefile.extra-dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ EXTRA_DIST += grub-core/lib/libtasn1
7272
EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
7373
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
7474
EXTRA_DIST += grub-core/efiemu/runtime/config.h
75+
EXTRA_DIST += grub-core/tests/crypto_cipher_mode_vectors.h
7576
EXTRA_DIST += grub-core/tests/asn1/asn1_test.h
7677
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/tests/asn1/tests -name '*.h')
7778
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/commands/tpm2_key_protector -name '*.h')

0 commit comments

Comments
 (0)