diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-09-16 01:35:21 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:39:45 +0200 |
commit | e29f64293c7aa5adc1ce9c4a698e6af889f8bb4f (patch) | |
tree | 52dd07e9ba044e07709f8511d7e005afd62e0bd6 /toolchain-layer | |
parent | 8684b379bc62fed44ad52925182fc804f8137a2a (diff) | |
download | meta-openembedded-e29f64293c7aa5adc1ce9c4a698e6af889f8bb4f.tar.gz |
rsyslog: fix ptest
After rsyslog updated to 7.6.1, ptest fails to build & run since the
serial-tests config patch was dropped:
- rsyslog-use-serial-tests-config-needed-by-ptest.patch
This patch involved serial test harness:
+ AM_INIT_AUTOMAKE([serial-tests])
Which is deprecated in favour of parallel test harness. Automake
generated a parallel test harness by default. It features automatic
collection of the test scripts output in .log files ...
More details please refer to:
http://www.gnu.org/software/automake/manual/html_node/Parallel-Test-Harness.html
To enable the ptest with new changes, we should:
* add target 'buildtest-TESTS' for building test components;
* fix 'top_srcdir' and install required script 'test-driver';
* run testcases with target 'check-TESTS'.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'toolchain-layer')
0 files changed, 0 insertions, 0 deletions