nixpkgs/nixos/tests/tpm2/default.nix
2026-02-13 22:25:10 -05:00

5 lines
89 B
Nix

{ runTest }:
{
abrmd = runTest ./tpm2-abrmd.nix;
tpmrm = runTest ./tpm2-tpmrm.nix;
}