Hopefully according to the agreement of last week.
The changes are applyed to module random, one of the simplest.
Please review carefully as all modules will go through the same changes
when this goes through...
After this patch, at this stage, the tests are still ran from the 
validation side so as to keep the make check as usual.
The plan is to call all the executable from the platform side in one go
in a final patch, when all the modules are ready.

Christophe Milard (3):
  validation: preparing for main in tests
  validation: own main and renaming in odp_random.c
  validation: creating own dir and lib for random

 configure.ac                                      |  1 +
 test/validation/.gitignore                        |  1 -
 test/validation/Makefile.am                       |  8 +++++---
 test/validation/common/odp_cunit_common.c         | 20 +++++++++++---------
 test/validation/common/odp_cunit_common.h         |  3 +++
 test/validation/random/.gitignore                 |  4 ++++
 test/validation/random/Makefile.am                | 12 ++++++++++++
 test/validation/{odp_random.c => random/random.c} | 16 +++++++++++-----
 test/validation/random/random.h                   |  7 +++++++
 test/validation/random/random_main.c              | 12 ++++++++++++
 10 files changed, 66 insertions(+), 18 deletions(-)
 create mode 100644 test/validation/random/.gitignore
 create mode 100644 test/validation/random/Makefile.am
 rename test/validation/{odp_random.c => random/random.c} (60%)
 create mode 100644 test/validation/random/random.h
 create mode 100644 test/validation/random/random_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