diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-22 14:12:25 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-22 22:01:05 -0800 |
| commit | 7c65b0bccbd17f1d5b56235e008f0d6a0f00aa06 (patch) | |
| tree | d7a42836ff750ccd103eeb8c8676de29b2687381 /meta-oe/conf | |
| parent | b7bd06e9b4ff1bf55b5ba8943c2547ec8ff6dba7 (diff) | |
| download | meta-openembedded-7c65b0bccbd17f1d5b56235e008f0d6a0f00aa06.tar.gz | |
freerdp: add ptest support
The test suite takes about 50s to execute.
Sample output:
root@qemux86-64:~# ptest-runner
START: ptest-runner
2026-01-22T12:58
BEGIN: /usr/lib/freerdp/ptest
PASS: TestClient TestClientRdpFile
PASS: TestClient TestClientChannels
PASS: TestClient TestClientCmdLine
[...many lines...]
PASS: TestWtsApi TestWtsApiSessionNotification
PASS: TestWtsApi TestWtsApiShutdownSystem
PASS: TestWtsApi TestWtsApiWaitSystemEvent
DURATION: 48
END: /usr/lib/freerdp/ptest
2026-01-22T12:59
STOP: ptest-runner
TOTAL: 1 FAIL: 0
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 f8d9ee6f9b..4de602ac1c 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
| @@ -72,6 +72,7 @@ PTESTS_FAST_META_OE:remove:riscv32 = "botan nodejs oprofile" | |||
| 72 | 72 | ||
| 73 | PTESTS_SLOW_META_OE = "\ | 73 | PTESTS_SLOW_META_OE = "\ |
| 74 | c-ares \ | 74 | c-ares \ |
| 75 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'freerdp', '', d)} \ | ||
| 75 | fftw \ | 76 | fftw \ |
| 76 | libusb-compat \ | 77 | libusb-compat \ |
| 77 | mariadb \ | 78 | mariadb \ |
