Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Commit 97bc44d

Browse files
romanovvladyxsamliu
authored andcommitted
Added info how to run SPIRV tests. (#225)
1 parent 802d76c commit 97bc44d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ Alternatively,
2929
1. Clone the `khronos/spirv-3.6.1` branch.
3030
2. Follow [LLVM build instructions](http://llvm.org/docs/GettingStarted.html).
3131

32+
Test instructions
33+
-----------------
34+
35+
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).
36+
37+
Execute the following command to run translator tests:
38+
```
39+
llvm-lit test/SPIRV
40+
```
41+
3242
Run Instructions for `llvm-spirv`
3343
----------------
3444

0 commit comments

Comments
 (0)