[lng-odp] [PATCH 2/4] validation: add odp_cunit_update() to modify registered tests

2015-09-16 Thread Stuart Haslam
Add an odp_cunit_update() function to allow some attributes of previously registered tests to be modified, such as whether it's active or not. Previously, registering and running tests was done in a single step; odp_cunit_run(testsuites); But this is now split; odp_cunit_register(testsuites);

Re: [lng-odp] [PATCH 2/4] validation: add odp_cunit_update() to modify registered tests

2015-09-16 Thread Christophe Milard
On 2015-09-16 10:42, Stuart Haslam wrote: > Add an odp_cunit_update() function to allow some attributes of previously > registered tests to be modified, such as whether it's active or not. > > Previously, registering and running tests was done in a single step; > > odp_cunit_run(testsuites); >

Re: [lng-odp] [PATCH 2/4] validation: add odp_cunit_update() to modify registered tests

2015-09-16 Thread Christophe Milard
On 16 September 2015 at 18:07, Stuart Haslam wrote: > On Wed, Sep 16, 2015 at 05:03:38PM +0200, Christophe Milard wrote: > > On 2015-09-16 10:42, Stuart Haslam wrote: > > > Add an odp_cunit_update() function to allow some attributes of > previously > > > registered

Re: [lng-odp] [PATCH 2/4] validation: add odp_cunit_update() to modify registered tests

2015-09-16 Thread Stuart Haslam
On Wed, Sep 16, 2015 at 05:03:38PM +0200, Christophe Milard wrote: > On 2015-09-16 10:42, Stuart Haslam wrote: > > Add an odp_cunit_update() function to allow some attributes of previously > > registered tests to be modified, such as whether it's active or not. > > > > Previously, registering and