We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49839d3 commit e298d6bCopy full SHA for e298d6b
.github/workflows/test-library.yml
@@ -34,5 +34,6 @@ jobs:
34
35
- name: Run test-lib (expect failure)
36
run: |
37
+ truncate -s -1 test_v1_signed.bin
38
echo "A" >> test_v1_signed.bin
39
./test-lib test_v1_signed.bin 2>&1 | grep "Failure"
.gitignore
@@ -116,8 +116,9 @@ tools/tpm/pcr_extend
116
tools/tpm/policy_create
117
tools/tpm/policy_sign
118
config/*.ld
119
+test-lib
120
-# Generated confiuguration file
121
+# Generated configuration file
122
.config
123
.vs
124
*.filters
@@ -144,7 +145,7 @@ hal/x86_fsp_qemu_stage1.ld
144
145
146
debug/lauterbach
147
-#cland cache
148
+#clangd cache
149
.cache/*
150
151
#gcov files
0 commit comments