diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-15 20:08:18 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-16 19:57:33 -0800 |
| commit | 88ebc1418694a65db144443739eae48a220700aa (patch) | |
| tree | d272015c736bcfc8a8352ecba0960a08914c53c5 /meta-oe/conf | |
| parent | a45d5c0f2eda3e58796e655b9bef06b4dae3441e (diff) | |
| download | meta-openembedded-88ebc1418694a65db144443739eae48a220700aa.tar.gz | |
botan: add ptest support
The test suite takes just around 30s to execute.
Sample output:
root@qemux86-64:~# ptest-runner
START: ptest-runner
2025-12-15T19:02
BEGIN: /usr/lib/botan/ptest
PASS: AES-128/CCM(10,2)
PASS: AES-128/CCM(12,2)
PASS: AES-128/CCM(14,2)
PASS: AES-128/CCM(16,2)
PASS: AES-128/CCM(16,3)
PASS: AES-128/CCM(16,4)
[...lots of lines...]
PASS: XMSS/SHAKE_16_512 verify invalid signature
PASS: XMSS/SHAKE_20_256 verify invalid signature
PASS: XMSS/SHAKE_20_512 verify invalid signature
PASS: ZFEC encoding/decoding
Tests complete ran 3375688 tests in 28.38 sec all tests ok
DURATION: 29
END: /usr/lib/botan/ptest
2025-12-15T19:02
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Tested also by forcing some tests to fail, which was also displayed correctly.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
| -rw-r--r-- | meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index d092c3c327..d475108cfc 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | PTESTS_FAST_META_OE = "\ | 9 | PTESTS_FAST_META_OE = "\ |
| 10 | asio \ | 10 | asio \ |
| 11 | audiofile \ | 11 | audiofile \ |
| 12 | botan \ | ||
| 12 | cli11 \ | 13 | cli11 \ |
| 13 | cmocka \ | 14 | cmocka \ |
| 14 | cunit \ | 15 | cunit \ |
