crops-yocto/poky/meta/classes/ptest-gnome.bbclass

9 lines
300 B
Plaintext
Raw Normal View History

2024-03-01 23:15:01 +01:00
inherit ptest
EXTRA_OECONF:append = " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-tests', d)}"
FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
${datadir}/installed-tests/"
RDEPENDS:${PN}-ptest += "gnome-desktop-testing"