blob: be190704034a5030654d18ddb75766f22663bb69 [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `684-select-condition`.
// Test's Dex code.
java_test {
name: "art-run-test-684-select-condition",
defaults: ["art-run-test-defaults"],
test_config_template: ":art-run-test-target-template",
srcs: ["src/**/*.java"],
data: [
":art-run-test-684-select-condition-expected-stdout",
":art-run-test-684-select-condition-expected-stderr",
],
}
// Test's expected standard output.
genrule {
name: "art-run-test-684-select-condition-expected-stdout",
out: ["art-run-test-684-select-condition-expected-stdout.txt"],
srcs: ["expected-stdout.txt"],
cmd: "cp -f $(in) $(out)",
}
// Test's expected standard error.
genrule {
name: "art-run-test-684-select-condition-expected-stderr",
out: ["art-run-test-684-select-condition-expected-stderr.txt"],
srcs: ["expected-stderr.txt"],
cmd: "cp -f $(in) $(out)",
}