Message ID | 1469191659-30139-1-git-send-email-christophe.milard@linaro.org |
---|---|
State | Superseded |
Headers | show |
Forget it! sent the old contents! sorry! On 22 July 2016 at 14:47, Christophe Milard <christophe.milard@linaro.org> 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 > +$ cd test/<platform_name> > $ make check-valgrind > > -- > 2.7.4 >
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
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