mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
a37640653c
This tests the whole shebang: 1. That ukify can generate them properly 2. That systemd-boot can dissect them properly 3. That systemd-stub can accept profile selection propery 4. That the profile information ends up in /run/systemd/stub/ properly 5. That systemd-measure correctly calculates the expected PCR 11 values for each profile and that we can unlock a public-key bound LUKS volume with it
7 lines
126 B
Makefile
7 lines
126 B
Makefile
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
all setup run clean clean-again:
|
|
true
|
|
|
|
.PHONY: all setup run clean clean-again
|