dbus-glib: add support for install regression tests
authorYao Zhao <yao.zhao@windriver.com>
Tue, 17 Jul 2012 20:46:30 +0000 (16:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jul 2012 16:18:11 +0000 (17:18 +0100)
commit80696bbac549a2684ea0c74cbcc73cfe6d3f4fa9
treedbaaf1cab88fedab6b470f179ae4dd64e55226bd
parent8e9bf48bbe61567674e7421caa063d6cd790e4fe
dbus-glib: add support for install regression tests

dbus-glib.inc: default turn off unit test as libdbus-glib-1.so.2.2.2 will
have unit test code if DBUS_BUILD_TESTS enabled. User can turn it on with
PACKAGECONFIG_pn-dbus-glib = "tests" in local.conf or
PACKAGECONFIG ??= "tests" in recipe itself.

test-install-makefile.patch: install unit tests for test purpose

Add tests and tests-dbg package.

(From OE-Core rev: 9acc464905f8106c2828e1b7bb6ce9f9be810302)

Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus-glib-0.98/test-install-makefile.patch [new file with mode: 0644]
meta/recipes-core/dbus/dbus-glib.inc