Hi all. Here is an update of the "ptest" concept I introduced a few months back. The idea is to create a new package group called -ptest which contains the test suites included with many source packages, compiled to run on target.
A new package, ptest-runnner, contains a simple shell script to find and run all installed ptests. Making ptest package recipes present a number of challenges. First, the task of building and running the tests have to be split in two. Then, the test files must be installed in the file system in a sane way. I have included recipe patches for glib-2.0 and dbus here. They solve the building and running relatively cleanly but the install bit is still a rather kludgy list of cp and sed lines. I'm working on a more generic "make ptest-install" solution. These patches are against the "danny" branch. Björn Stenberg (4): Add a new distro feature "ptest" New recipe: ptest-runner Add ptest for glib-2.0. Add ptest for dbus. meta/classes/image.bbclass | 6 +- meta/classes/packagegroup.bbclass | 2 +- meta/conf/bitbake.conf | 15 +++- meta/recipes-core/dbus/dbus-1.6.4/run-ptest | 3 + .../dbus/dbus-1.6.4/test-run-path.patch | 26 ++++++ meta/recipes-core/dbus/dbus-test_1.6.4.bb | 84 ++++++++++++++++++++ meta/recipes-core/dbus/dbus.inc | 3 + .../glib-2.0/glib-2.0/Makefile-ptest.patch | 30 +++++++ meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 3 + meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 57 +++++++++++++ .../automake/automake/buildtest.patch | 33 ++++++++ meta/recipes-devtools/automake/automake_1.12.3.bb | 3 +- .../ptest-runner/files/ptest-runner | 19 +++++ .../ptest-runner/ptest-runner_1.0.bb | 17 ++++ 14 files changed, 296 insertions(+), 5 deletions(-) create mode 100755 meta/recipes-core/dbus/dbus-1.6.4/run-ptest create mode 100644 meta/recipes-core/dbus/dbus-1.6.4/test-run-path.patch create mode 100644 meta/recipes-core/dbus/dbus-test_1.6.4.bb create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/Makefile-ptest.patch create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/run-ptest create mode 100644 meta/recipes-devtools/automake/automake/buildtest.patch create mode 100644 meta/recipes-support/ptest-runner/files/ptest-runner create mode 100644 meta/recipes-support/ptest-runner/ptest-runner_1.0.bb -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core