Skip to content

Commit 4cbce9b

Browse files
LegNeatoclaude
andcommitted
Exclude Rust FFI tests from Bazel glob pattern
The rust_disassembler_diagnostics_test and disassemble_rust_fallback_test require Rust FFI headers (rust/cxxbridge/spirv-tools-ffi.h) which are not available in the default Bazel test build configuration. Exclude them from the glob like rust_validator_override_test.cpp. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e2732b8 commit 4cbce9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ cc_library(
520520
"test/pch_test.cpp",
521521
# Requires Rust FFI build (spirv_tools_enable_rust=true)
522522
"test/rust_validator_override_test.cpp",
523+
"test/rust_disassembler_diagnostics_test.cpp",
524+
"test/disassemble_rust_fallback_test.cpp",
523525
],
524526
)]
525527

0 commit comments

Comments
 (0)