This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via c05c1c608c6dbc367ebb9a819fa4cbbbca882db3 (commit) from ca927a72b1f9ea2a583e8a628790d62eb93d430f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c05c1c608c6dbc367ebb9a819fa4cbbbca882db3 Author: Christophe Milard christophe.milard@linaro.org Date: Fri Jul 22 14:51:53 2016 +0200
test: update in readme file
mostly updating paths following new test structure
Signed-off-by: Christophe Milard christophe.milard@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/test/README b/test/README index 857c366..f4886d3 100644 --- a/test/README +++ b/test/README @@ -3,14 +3,15 @@ All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
-Files in test/validation directory are intended to be terse checks that help -ensure that the ODP API Implementations all perform identically and to -specification. Tests inside the validation directory shall be platform +Files in test/common_plat/validation directory are intended to be terse +checks that help ensure that the ODP implementations all perform identically +and to specification. Tests inside the validation directory shall be platform independent.
To run valgrind on the executables do: $ ./bootstrap $ ./configure --enable-test-vald --enable-valgrind -$ cd test/validation +$ make +$ cd test/<platform_name> $ make check-valgrind
-----------------------------------------------------------------------
Summary of changes: test/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive