Merge "Remove test_per_src" into main

This commit is contained in:
Colin Cross
2024-07-11 20:32:23 +00:00
committed by Gerrit Code Review
9 changed files with 9 additions and 202 deletions

View File

@@ -22,7 +22,7 @@ import (
type BenchmarkProperties struct {
// Disables the creation of a test-specific directory when used with
// relative_install_path. Useful if several tests need to be in the same
// directory, but test_per_src doesn't work.
// directory.
No_named_install_directory *bool
// the name of the test configuration (for example "AndroidBenchmark.xml") that should be

View File

@@ -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"}

View File

@@ -27,7 +27,7 @@ import (
type TestProperties struct {
// Disables the creation of a test-specific directory when used with
// relative_install_path. Useful if several tests need to be in the same
// directory, but test_per_src doesn't work.
// directory.
No_named_install_directory *bool
// the name of the test configuration (for example "AndroidTest.xml") that should be