aboutsummaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/README')
-rw-r--r--test/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/test/README b/test/README
index f4886d35b..eebde9a47 100644
--- a/test/README
+++ b/test/README
@@ -1,9 +1,7 @@
-Copyright (c) 2014, Linaro Limited
-All rights reserved.
+SPDX-License-Identifier: BSD-3-Clause
+Copyright (c) 2014-2018 Linaro Limited
-SPDX-License-Identifier: BSD-3-Clause
-
-Files in test/common_plat/validation directory are intended to be terse
+Files in test/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.
@@ -15,3 +13,8 @@ $ make
$ cd test/<platform_name>
$ make check-valgrind
+To run these tests with gdb, use the following libtool command:
+$ libtool --mode=execute gdb ./<test_name>
+
+Refer to the prerequisites section of the DEPENDENCIES file for how to
+install the libtool package.