To be applied on top of patch for "shmem"
("validation: shmem tests moved to platform side").
Tests for timer now go through the same modification as pktio,
and gets finally called from the platform side.

Christophe Milard (5):
  validation: own main in odp_timer.c
  validation: renaming in odp_timer.c
  validation: cosmetic changes in odp_timer.c
  validation: creating own dir and lib for timer
  validation: call to timer_main from platform

 configure.ac                                   |  1 +
 platform/linux-generic/test/Makefile.am        |  1 +
 test/validation/.gitignore                     |  1 -
 test/validation/Makefile.am                    | 10 +---
 test/validation/timer/.gitignore               |  2 +
 test/validation/timer/Makefile.am              |  8 ++++
 test/validation/{odp_timer.c => timer/timer.c} | 65 +++++++++++++++-----------
 test/validation/timer/timer.h                  |  7 +++
 test/validation/timer/timer_main.c             | 12 +++++
 9 files changed, 69 insertions(+), 38 deletions(-)
 create mode 100644 test/validation/timer/.gitignore
 create mode 100644 test/validation/timer/Makefile.am
 rename test/validation/{odp_timer.c => timer/timer.c} (90%)
 create mode 100644 test/validation/timer/timer.h
 create mode 100644 test/validation/timer/timer_main.c

-- 
1.9.1

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

Reply via email to