Re: [lng-odp] [PATCHv3 1/2] validation: rename executable to match modules

2015-04-24 Thread Mike Holmes
apply-and-build - gives WARNING: braces {} are not necessary for single statement blocks #3328: FILE: test/validation/odp_scheduler.c:760: + if (odp_pool_destroy(pool) != 0) { + fprintf(stderr, "error: failed to destroy pool\n"); + } On 24 April 2015

[lng-odp] [PATCHv3 1/2] validation: rename executable to match modules

2015-04-24 Thread Christophe Milard
Just the executables whose contents already matched a module have been renamed. Module names are taken from doxygens defgroup Signed-off-by: Christophe Milard --- same as before. just rebased. test/validation/.gitignore | 6 +++--- test/validation/Makefile.am