aboutsummaryrefslogtreecommitdiff
path: root/test/README
blob: f4886d35bde7a096bb95b43ab106bedb5c72549a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Copyright (c) 2014, Linaro Limited
All rights reserved.

SPDX-License-Identifier:        BSD-3-Clause

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
$ make
$ cd test/<platform_name>
$ make check-valgrind