Skip to content

Commit

Permalink
[NFC] Move some tests to transcoding
Browse files Browse the repository at this point in the history
Done automatically using:

```bash
$ for file in $(grep -r "llvm-spirv" --exclude-dir=transcoding --exclude-dir=DebugInfo --exclude="*.sp*" -B 10 -A 10 | grep "llvm-spirv -r" | grep -Po "^[\w\d/.]+(?=:.*$)" | sort | uniq); do git mv $file transcoding/$file; done
```
  • Loading branch information
AlexeySachkov committed Apr 1, 2020
1 parent a4a8f15 commit e4e8888
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e4e8888

Please sign in to comment.