Re: [OE-core] [PATCH] Enable ptest support for lttng.

2013-09-24 Thread Björn Stenberg
Stefan Seefeld wrote: > +RDEPENDS_${PN}-ptest += "make" I just noticed that the lttng-tools test suite is hardcoded for bash, so that is another dependency. -- Björn ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://li

Re: [OE-core] [PATCH] Enable ptest support for lttng.

2013-09-12 Thread Saul Wold
The usual format for the commit summary is as follows: lttng: Enable ptest support Please see the Commit/Patch message guideline for details: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Thanks Sau! On 09/11/2013 06:09 PM, Stefan Seefeld wrote: Signed-off-by: St

Re: [OE-core] [PATCH] Enable ptest support for lttng.

2013-09-12 Thread Stefan Seefeld
On 2013-09-12 13:13, Saul Wold wrote: > > The usual format for the commit summary is as follows: > > lttng: Enable ptest support > > Please see the Commit/Patch message guideline for details: > http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Thanks, I'll follow that guideline f

Re: [OE-core] [PATCH] Enable ptest support for lttng.

2013-09-12 Thread Christian Babeux
> Still, I think it's good to include these tests. If anything they may > just provide more motivation to address the underlying issue. :-) Absolutely! I'll start a thread on lttng-dev to see how we can deal with the current testsuite limitations. >>> ++prove --merge -v --exec '' - < $1 | sed \ >

Re: [OE-core] [PATCH] Enable ptest support for lttng.

2013-09-12 Thread Christian Babeux
Hi Stefan, > + > +make -C tests installcheck > + A majority of the tests will probably fail this way. As of now, most tests assumes that they are being runned in the build tree and expect binaries to be at specific paths. We will have to fix this upstream if you want to integrate our testsuite wi

Re: [OE-core] [PATCH] Enable ptest support for lttng.

2013-09-12 Thread Stefan Seefeld
On 2013-09-12 14:12, Christian Babeux wrote: > Hi Stefan, > >> + >> +make -C tests installcheck >> + > A majority of the tests will probably fail this way. As of now, most > tests assumes that they are being runned in the build tree and expect > binaries to be at specific paths. We will have to fix

[OE-core] [PATCH] Enable ptest support for lttng.

2013-09-11 Thread Stefan Seefeld
This patch adds the necessary glue to bind the LTTng test suite to the OE ptest logic. The patch consists of three parts: 1) The ptest enabling bits, including a new install-ptest target and a run-ptest script. 2) A patch (also filed upstream) to execute the tests also in the 'installcheck' ta

[OE-core] [PATCH] Enable ptest support for lttng.

2013-09-11 Thread Stefan Seefeld
Signed-off-by: Stefan Seefeld --- meta/recipes-kernel/lttng/lttng-tools/run-ptest| 4 ++ .../recipes-kernel/lttng/lttng-tools/runtest.patch | 52 ++ meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb | 8 +++- 3 files changed, 62 insertions(+), 2 deletions(-) create mod