blob: 467478a2f94ac0090a8c089d3c780d760e1297f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `096-array-copy-concurrent-gc`.
// Test's Dex code.
java_test {
name: "art-run-test-096-array-copy-concurrent-gc",
defaults: ["art-run-test-defaults"],
test_config_template: ":art-run-test-target-no-test-suite-tag-template",
srcs: ["src/**/*.java"],
data: [":art-run-test-096-array-copy-concurrent-gc-expected-stdout"],
}
// Test's expected output.
genrule {
name: "art-run-test-096-array-copy-concurrent-gc-expected-stdout",
out: ["art-run-test-096-array-copy-concurrent-gc-expected-stdout.txt"],
srcs: ["expected-stdout.txt"],
cmd: "cp -f $(in) $(out)",
}
|