summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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`
----------------