]> code.ossystems Code Review - openembedded-core.git/commit
go.bbclass: ptest cleanup and improvements
authorMatt Madison <matt@madison.systems>
Sun, 4 Mar 2018 21:09:30 +0000 (13:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:33 +0000 (06:36 -0800)
commit11037462d80cefbee90a69e6a8a95895375ed6da
treeeb51cd1b98af22484367a8d4df71dcb38f88d6ee
parentb013db7ab58d4d56ad5c6e54a3a32df31aaf8809
go.bbclass: ptest cleanup and improvements

* Don't enable verbose test output (-test.v)
  by default, as it generates too much noise
  for automated results parsing

* Override do_install_ptest_base in the bbclass,
  so recipes can provide their own modifications
  with do_install_ptest.

* Improve the generated run-ptest script to better
  handle large numbers of tests, and to generate
  'status: test name' output similar to Automake
  tests.

* Install all non-vendored 'testdata' directories
  from the source into the ptest package, as some
  packages share test data among multiple tests.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/go.bbclass