Skip to content

Commit 1dc1e79

Browse files
committed
Move crypto-keywrap out of the manifest skip section
1 parent a29961b commit 1dc1e79

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/examples-manifest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,12 @@ examples:
391391
# same tcsetattr prompt as crypto/3des; `script -qec` supplies a PTY
392392
- exec: [sh, -c, "printf 'ciphertestpw\\n' | script -qec './camellia-encrypt -e 128 -i in.txt -o out.enc' /dev/null"]
393393

394+
- id: crypto-keywrap
395+
path: crypto/keywrap
396+
profile: crypto
397+
run:
398+
- exec: [./keywrap]
399+
394400
- id: crypto-pkcs12
395401
path: crypto/pkcs12
396402
profile: crypto
@@ -1078,12 +1084,6 @@ examples:
10781084
mode: skip
10791085
reason: "shared helper (btle-sim.c) linked by btle/ecies and btle/tls; not an example"
10801086

1081-
- id: crypto-keywrap
1082-
path: crypto/keywrap
1083-
profile: crypto
1084-
run:
1085-
- exec: [./keywrap]
1086-
10871087
- id: kernel-bsdkm
10881088
path: kernel/bsdkm
10891089
mode: skip

0 commit comments

Comments
 (0)