tests: Add a few simple tests
Add a few tests for the sign, verify, attach and detach code. These require some additional infrastructure to create a sample PE/COFF executable, plus a key & cert for testing. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
parent
0c5de30566
commit
b05afccde0
9 changed files with 158 additions and 2 deletions
9
tests/test.S
Normal file
9
tests/test.S
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
nop
|
||||
|
||||
.data
|
||||
data:
|
||||
.long 0x0
|
Loading…
Add table
Add a link
Reference in a new issue