Re: [lng-odp] [PATCH] validation: new functions to register hooks

2015-06-29 Thread Christophe Milard
On 29 June 2015 at 12:22, Stuart Haslam wrote: > On Wed, Jun 24, 2015 at 01:51:37PM +0200, Christophe Milard wrote: > > Two new functions are introduced in odp_cunit_common.c: > > odp_cunit_register_global_init() is to be used to register test > > executable init function (overloading the default

Re: [lng-odp] [PATCH] validation: new functions to register hooks

2015-06-29 Thread Stuart Haslam
On Wed, Jun 24, 2015 at 01:51:37PM +0200, Christophe Milard wrote: > Two new functions are introduced in odp_cunit_common.c: > odp_cunit_register_global_init() is to be used to register test > executable init function (overloading the default ODP init performed). > odp_cunit_register_global_term()

[lng-odp] [PATCH] validation: new functions to register hooks

2015-06-24 Thread Christophe Milard
Two new functions are introduced in odp_cunit_common.c: odp_cunit_register_global_init() is to be used to register test executable init function (overloading the default ODP init performed). odp_cunit_register_global_term() is to be used to register test executable terminason function (overloading