]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
test: Add BCD unit test 21614/head
authorJan Janssen <medhefgo@web.de>
Fri, 10 Dec 2021 10:55:38 +0000 (11:55 +0100)
committerJan Janssen <medhefgo@web.de>
Sat, 11 Dec 2021 20:32:29 +0000 (21:32 +0100)
commitdb7f5ab68f0691ed887224dd64ce7a2b7df91e33
tree4436ec14cf2a5cb66abe339535495175eb181c79
parent986fd3ebc22f4d533d666b9593fcbd60b670689f
test: Add BCD unit test
16 files changed:
meson.build
src/boot/efi/bcd.c
src/boot/efi/meson.build
src/boot/efi/test-bcd.c [new file with mode: 0644]
test/meson.build
test/test-bcd/.gitattributes [new file with mode: 0644]
test/test-bcd/corrupt.bcd.zst [new file with mode: 0644]
test/test-bcd/description-bad-type.bcd.zst [new file with mode: 0644]
test/test-bcd/description-empty.bcd.zst [new file with mode: 0644]
test/test-bcd/description-missing.bcd.zst [new file with mode: 0644]
test/test-bcd/description-too-small.bcd.zst [new file with mode: 0644]
test/test-bcd/displayorder-bad-name.bcd.zst [new file with mode: 0644]
test/test-bcd/displayorder-bad-size.bcd.zst [new file with mode: 0644]
test/test-bcd/displayorder-bad-type.bcd.zst [new file with mode: 0644]
test/test-bcd/empty.bcd.zst [new file with mode: 0644]
test/test-bcd/win10.bcd.zst [new file with mode: 0644]