diff options
author | 2024-05-21 13:46:22 -0700 | |
---|---|---|
committer | 2024-06-28 10:31:05 -0700 | |
commit | 3a02c7ba1a927e296fbdcc0a680701f908f8de74 (patch) | |
tree | 101c9c1be735b03eff01d312fb2cbc002fc22e89 /rust/rust.go | |
parent | 483b4c4b105dd6d1c3afdd7d4e39e339b04f8cb0 (diff) |
Remove test_per_src
Remove test_per_src, it never worked well and is incompatible
with all of the test infrastructure. Uses in the platform have
been removed, generally by replacing them with individual cc_test
modules.
Test: builds
Flag: TEST_ONLY
Change-Id: I257c035da35ca8358ae9423b46453878f54efeb1
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go index 6b7b2fbae..32998616e 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -1107,7 +1107,6 @@ var ( rlibDepTag = dependencyTag{name: "rlibTag", library: true} dylibDepTag = dependencyTag{name: "dylib", library: true, dynamic: true} procMacroDepTag = dependencyTag{name: "procMacro", procMacro: true} - testPerSrcDepTag = dependencyTag{name: "rust_unit_tests"} sourceDepTag = dependencyTag{name: "source"} dataLibDepTag = dependencyTag{name: "data lib"} dataBinDepTag = dependencyTag{name: "data bin"} |