Add a test for the noop backend.

This commit is contained in:
Kevin Reid
2025-02-11 09:48:13 -08:00
committed by Connor Fitzgerald
parent 118a985ccd
commit 0f111cb27c
3 changed files with 70 additions and 1 deletions

View File

@@ -22,11 +22,16 @@ name = "wgpu-compile-test"
path = "compile_tests/root.rs"
harness = true
[[test]]
name = "wgpu-validation-test"
path = "validation_tests/root.rs"
harness = true
[features]
webgl = ["wgpu/webgl"]
[dependencies]
wgpu.workspace = true
wgpu = { workspace = true, features = ["noop"] }
wgpu-macros.workspace = true
anyhow.workspace = true