diff mbox

[2/4] test/README: explain what's the intention with test/validation

Message ID 1427921152-31505-3-git-send-email-anders.roxell@linaro.org
State Accepted
Commit dcc43c8b332fef6d2ba6c85826ce47b79e965133
Headers show

Commit Message

Anders Roxell April 1, 2015, 8:45 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 test/README | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/test/README b/test/README
index 2b3e55d..a86e01a 100644
--- a/test/README
+++ b/test/README
@@ -3,5 +3,8 @@  All rights reserved.
 
 SPDX-License-Identifier:        BSD-3-Clause
 
-Files in this directory are intended to be terse checks that help ensure
-that the ODP API Implementations all perform identically and to specification.
+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
+independent. However, they may need platform dependent environment
+configuration.