time (member of module 'system') is now going through 
the same modifications as pktio,
but its main is directely called from the makefile.am
as this module has nothing platform specific.
Note that the time functionality is part of the 'system' module
Therefore the former odp_time.c file contents has moved
to the system directory (file 'system.c' as 'system' only has time
functionality at this time).

Christophe Milard (5):
  validation: own main in odp_time.c
  validation: renaming in odp_time.c
  validation: cosmetic fixes in odp_time.c
  validation: creating own dir and lib for system
  validation: call to system_main from platform

 configure.ac                                    |  1 +
 platform/linux-generic/test/Makefile.am         |  3 ++-
 test/validation/.gitignore                      |  1 -
 test/validation/Makefile.am                     |  5 ++---
 test/validation/system/.gitignore               |  2 ++
 test/validation/system/Makefile.am              |  8 ++++++++
 test/validation/{odp_time.c => system/system.c} | 26 ++++++++++++++++---------
 test/validation/system/system.h                 |  7 +++++++
 test/validation/system/system_main.c            | 12 ++++++++++++
 9 files changed, 51 insertions(+), 14 deletions(-)
 create mode 100644 test/validation/system/.gitignore
 create mode 100644 test/validation/system/Makefile.am
 rename test/validation/{odp_time.c => system/system.c} (71%)
 create mode 100644 test/validation/system/system.h
 create mode 100644 test/validation/system/system_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