blob: 467478a2f94ac0090a8c089d3c780d760e1297f2 [file] [log] [blame]
// 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)",
}