summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromanovvlad <vlad.romanov@intel.com>2017-10-26 19:05:46 +0300
committerYaxun (Sam) Liu <yaxun.liu@amd.com>2017-10-26 12:05:46 -0400
commit4dd2f1c54e0f9fede0a99f09f5e5728ec8e80aac (patch)
treecc5761bf8b32a1ed374fc465585e165fd970e9ed
parent95f9b420b7e6f821c9c066f0b6bb614a7af998ab (diff)
Added info how to run SPIRV tests. (#225)
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab5ea7c..4dcbe39 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,16 @@ Alternatively,
1. Clone the `khronos/spirv-3.6.1` branch.
2. Follow [LLVM build instructions](http://llvm.org/docs/GettingStarted.html).
+Test instructions
+-----------------
+
+All tests related to the translator are placed in [test/SPIRV](https://github.com/KhronosGroup/SPIRV-LLVM/tree/khronos/spirv-3.6.1/test/SPIRV).
+
+Execute the following command to run translator tests:
+```
+llvm-lit test/SPIRV
+```
+
Run Instructions for `llvm-spirv`
----------------