mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-09 14:48:08 -05:00
Add a test for the noop backend.
This commit is contained in:
committed by
Connor Fitzgerald
parent
118a985ccd
commit
0f111cb27c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user