On Wed, Jul 01, 2015 at 10:19:28AM +0200, Christophe Milard wrote:
> thread tests now go through the same modification as pktio,
> and gets finally called from the platform side.
> To be applied on top of "validation: scheduler tests moved to platform side"
> 
> Christophe Milard (5):
>   validation: own main in odp_thread.c
>   validation: renaming in odp_thread.c
>   validation: cosmetic changes in odp_thread.c
>   validation: creating own dir and lib for thread
>   validation: call to thread_main from platform
> 

Reviewed-by: Stuart Haslam <stuart.has...@linaro.org>

>  configure.ac                            |  1 +
>  platform/linux-generic/test/Makefile.am |  3 ++-
>  test/validation/.gitignore              |  1 -
>  test/validation/Makefile.am             |  5 ++--
>  test/validation/odp_thread.c            | 41 ----------------------------
>  test/validation/thread/.gitignore       |  2 ++
>  test/validation/thread/Makefile.am      |  8 ++++++
>  test/validation/thread/thread.c         | 47 
> +++++++++++++++++++++++++++++++++
>  test/validation/thread/thread.h         |  7 +++++
>  test/validation/thread/thread_main.c    | 12 +++++++++
>  10 files changed, 81 insertions(+), 46 deletions(-)
>  delete mode 100644 test/validation/odp_thread.c
>  create mode 100644 test/validation/thread/.gitignore
>  create mode 100644 test/validation/thread/Makefile.am
>  create mode 100644 test/validation/thread/thread.c
>  create mode 100644 test/validation/thread/thread.h
>  create mode 100644 test/validation/thread/thread_main.c
> 
> -- 
> 1.9.1
> 

-- 
Stuart.
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to