Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: MIT | ||||
5 | # | ||||
6 | |||||
7 | inherit ptest | ||||
8 | |||||
9 | EXTRA_OECONF:append = " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-tests', d)}" | ||||
10 | |||||
11 | FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ | ||||
12 | ${datadir}/installed-tests/" | ||||
13 | |||||
14 | RDEPENDS:${PN}-ptest += "gnome-desktop-testing" |