meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_1.6.0.bb
Gyorgy Sarvari 8353697d83
gupnp-igd: add ptest support
Execution takes around 10 seconds.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-12-05 17:01:10 -08:00

22 lines
773 B
BlitzBasic

SUMMARY = "Helpers for interacting with Internet Gateway Devices over UPnP"
LICENSE = "LGPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
file://libgupnp-igd/gupnp-simple-igd.c;beginline=1;endline=21;md5=aa292c0d9390463a6e1055dc5fc68e80"
DEPENDS = "glib-2.0 gssdp gupnp"
inherit gnomebase pkgconfig gtk-doc gobject-introspection ptest
SRC_URI += "file://run-ptest"
SRC_URI[archive.sha256sum] = "4099978339ab22126d4968f2a332b6d094fc44c78797860781f1fc2f11771b74"
GTKDOC_MESON_OPTION = "gtk_doc"
do_install_ptest(){
cd ${B}/tests/gtest
for t in $(find . -type f -executable); do
install -D $t ${D}${PTEST_PATH}/test/$t
done
install -m 0644 ${S}/tests/gtest/*.xml ${D}${PTEST_PATH}/test/
}