summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/README.md
blob: 283beeb91f2ad0e394588f3fbb9eae9df97bd2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# WebGPU CTS vendor checkout

This directory contains the following:

```sh
.
├── README.md # You are here!
├── arguments.txt # Used by `vendor/`
├── checkout/ # Our vendored copy of WebGPU CTS
├── myexpectations.txt # Used by `vendor/`
└── vendor/ # Rust binary crate for updating `checkout/` and generating WPT tests
```

## Re-vendoring

You can re-vendor by running the Rust binary crate from its Cargo project root. Change your working
directory to `vendor/` and invoke `cargo run -- --help` for more details.