Re: [lng-odp] [PATCH] test: helper: add process and thread tests

2015-05-27 Thread Mike Holmes
Merged I made the test cases on by default as per Maxims suggestion and added the debug print for test_helper to the information displayed when you run configure. On 13 May 2015 at 08:45, Christophe Milard christophe.mil...@linaro.org wrote: On 2015-05-12 17:32, Mike Holmes wrote: The

Re: [lng-odp] [PATCH] test: helper: add process and thread tests

2015-05-13 Thread Maxim Uvarov
On 05/13/2015 00:32, Mike Holmes wrote: The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation. Signed-off-by: Mike Holmes mike.hol...@linaro.org --- Makefile.am | 2 +- configure.ac

[lng-odp] [PATCH] test: helper: add process and thread tests

2015-05-13 Thread Christophe Milard
On 2015-05-12 17:32, Mike Holmes wrote: The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation. Signed-off-by: Mike Holmes mike.hol...@linaro.org Reviewed-by: Christophe Milard

[lng-odp] [PATCH] test: helper: add process and thread tests

2015-05-12 Thread Mike Holmes
The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation. Signed-off-by: Mike Holmes mike.hol...@linaro.org --- Makefile.am | 2 +- configure.ac | 16 +

Re: [lng-odp] [PATCH] test: helper: add process and thread tests

2015-04-28 Thread Stuart Haslam
On Tue, Apr 28, 2015 at 12:49:48PM +0300, Maxim Uvarov wrote: On 04/27/2015 22:22, Anders Roxell wrote: On 2015-04-21 16:26, Mike Holmes wrote: The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation.

Re: [lng-odp] [PATCH] test: helper: add process and thread tests

2015-04-28 Thread Mike Holmes
On 28 April 2015 at 08:55, Stuart Haslam stuart.has...@linaro.org wrote: On Tue, Apr 28, 2015 at 12:49:48PM +0300, Maxim Uvarov wrote: On 04/27/2015 22:22, Anders Roxell wrote: On 2015-04-21 16:26, Mike Holmes wrote: The helpers need to be tested independently from the ODP API, create a

Re: [lng-odp] [PATCH] test: helper: add process and thread tests

2015-04-27 Thread Anders Roxell
On 2015-04-21 16:26, Mike Holmes wrote: The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation. Signed-off-by: Mike Holmes mike.hol...@linaro.org --- configure.ac | 15 +

[lng-odp] [PATCH] test: helper: add process and thread tests

2015-04-21 Thread Mike Holmes
The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation. Signed-off-by: Mike Holmes mike.hol...@linaro.org --- configure.ac | 15 + test/Makefile.am | 5 ++-