Former system module just contained time tests, and is
therefore renamed.
This also prepare for the proper "system" module (coming soon...)
To be applied on top of "validation: new module errno"

Christophe Milard (1):
  validation: renaming system to time

 configure.ac                                       |  2 +-
 platform/linux-generic/test/Makefile.am            |  4 ++--
 test/validation/Makefile.am                        |  4 ++--
 test/validation/system/.gitignore                  |  2 --
 test/validation/time/.gitignore                    |  2 ++
 test/validation/{system => time}/Makefile.am       | 10 ++++-----
 test/validation/{system/system.c => time/time.c}   | 24 +++++++++++-----------
 test/validation/{system/system.h => time/time.h}   |  2 +-
 .../{system/system_main.c => time/time_main.c}     |  4 ++--
 9 files changed, 27 insertions(+), 27 deletions(-)
 delete mode 100644 test/validation/system/.gitignore
 create mode 100644 test/validation/time/.gitignore
 rename test/validation/{system => time}/Makefile.am (11%)
 rename test/validation/{system/system.c => time/time.c} (72%)
 rename test/validation/{system/system.h => time/time.h} (83%)
 rename test/validation/{system/system_main.c => time/time_main.c} (75%)

-- 
1.9.1

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to