diff --git a/Makefile b/Makefile index 6c16338e..886af57d 100644 --- a/Makefile +++ b/Makefile @@ -307,6 +307,7 @@ shellcheck: sbin/tpm2-recv \ sbin/tpm2-policy \ initramfs/*/* \ + tests/test-enroll.sh \ ; do \ shellcheck $$file functions.sh ; \ done