diff options
| author | Zeming LIU <zeming.liu@windriver.com> | 2026-04-16 10:53:05 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 22:45:58 -0700 |
| commit | f23c00b163f3980c78e815dc78c7cc3c86ed99e6 (patch) | |
| tree | ba87c614bcb3ba09e2ee2c1dd603ef381e031c6d /meta-oe/conf | |
| parent | 2f1a9776c7af323eea2a1d99ef260d45a5b7fa4a (diff) | |
| download | meta-openembedded-f23c00b163f3980c78e815dc78c7cc3c86ed99e6.tar.gz | |
jsoncpp: add ptest support
Add ptest support for jsoncpp to enable automated testing of the
JSON C++ library functionality.
Note:
- Tested on: WRLinux master-wr (based on meta-openembedded master)
- jsoncpp version: 1.9.7
- Unable to test on pure upstream due to poky/meta-oe branch mismatch
Test Result:
root@qemux86-64:~# ptest-runner jsoncpp
START: ptest-runner
2026-04-15T14:04
BEGIN: /usr/lib64/jsoncpp/ptest
PASS: jsoncpp_readerwriter
PASS: jsoncpp_readerwriter_json_checker
PASS: jsoncpp_test
DURATION: 122
END: /usr/lib64/jsoncpp/ptest
2026-04-15T14:06
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Zeming LIU <zeming.liu@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.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 0e63c6af10..0763e218bb 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
| @@ -74,6 +74,7 @@ PTESTS_SLOW_META_OE = "\ | |||
| 74 | c-ares \ | 74 | c-ares \ |
| 75 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'freerdp', '', d)} \ | 75 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'freerdp', '', d)} \ |
| 76 | fftw \ | 76 | fftw \ |
| 77 | jsoncpp \ | ||
| 77 | libusb-compat \ | 78 | libusb-compat \ |
| 78 | mariadb \ | 79 | mariadb \ |
| 79 | postgresql \ | 80 | postgresql \ |
