diff mbox

test: update in readme file

Message ID 1469179268-9609-1-git-send-email-christophe.milard@linaro.org
State Superseded
Headers show

Commit Message

Christophe Milard July 22, 2016, 9:21 a.m. UTC
mostly updating paths following new test structure

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

---
 test/README | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.7.4

Comments

Maxim Uvarov July 22, 2016, 10:47 a.m. UTC | #1
On 07/22/16 12:21, Christophe Milard wrote:
> mostly updating paths following new test structure

>

> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

> ---

>   test/README | 9 +++++----

>   1 file changed, 5 insertions(+), 4 deletions(-)

>

> diff --git a/test/README b/test/README

> index 857c366..ad82943 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 -j


just simple make, no need to specify optional options.

> +$ cd test/<platform_name>

>   $ make check-valgrind

>
diff mbox

Patch

diff --git a/test/README b/test/README
index 857c366..ad82943 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 -j
+$ cd test/<platform_name>
 $ make check-valgrind