Re: [OE-core] [PATCH v3] gstreamer: enable ptest support

2018-03-19 Thread Burton, Ross
So the problem is that the tests explicitly search the build tree for plugins (as they're testing the built plugins, not the system ones). This is easily solved by deleting bits from the makefile: --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -8,11 +8,7 @@ REGISTRY_ENVIRONMENT =

Re: [OE-core] [PATCH v3] gstreamer: enable ptest support

2018-03-19 Thread Burton, Ross
You're missing a dependency on make in PN-ptest, but installing that results in about 20% of the tests failing. Should they all work? Ross On 19 March 2018 at 06:49, Anuj Mittal wrote: > Make sure that the tests are packaged and can be executed > when ptest is enabled.