Skip to content

Commit 0fff131

Browse files
nmantheytautschnig
authored andcommitted
workflow,xen: show properties
Signed-off-by: Norbert Manthey <[email protected]>
1 parent 4802191 commit 0fff131

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-test-Xen.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ jobs:
6262

6363
- name: Check for goto-cc section in xen-syms binary
6464
run: objdump -h xen_4_13/xen/xen-syms | grep "goto-cc"
65+
66+
- name: Show goto-cc properties
67+
run: $(pwd)/src/cbmc/cbmc --show-properties xen_4_13/xen/xen-syms
68+
69+
- name: Show some goto-cc functions
70+
run: $(pwd)/src/cbmc/cbmc --list-goto-functions xen_4_13/xen/xen-syms | grep "arch"

0 commit comments

Comments
 (0)