blob: 3223bc0483a9b9a1317afe85c4cf8bbc7267f18b [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `646-checker-long-const-to-int`.
// Test's Dex code.
java_test {
name: "art-run-test-646-checker-long-const-to-int",
defaults: ["art-run-test-defaults"],
test_config_template: ":art-run-test-target-no-test-suite-tag-template",
srcs: ["src/**/*.java"],
data: [
":art-run-test-646-checker-long-const-to-int-expected-stdout",
":art-run-test-646-checker-long-const-to-int-expected-stderr",
],
// Include the Java source files in the test's artifacts, to make Checker assertions
// available to the TradeFed test runner.
include_srcs: true,
}
// Test's expected standard output.
genrule {
name: "art-run-test-646-checker-long-const-to-int-expected-stdout",
out: ["art-run-test-646-checker-long-const-to-int-expected-stdout.txt"],
srcs: ["expected-stdout.txt"],
cmd: "cp -f $(in) $(out)",
}
// Test's expected standard error.
genrule {
name: "art-run-test-646-checker-long-const-to-int-expected-stderr",
out: ["art-run-test-646-checker-long-const-to-int-expected-stderr.txt"],
srcs: ["expected-stderr.txt"],
cmd: "cp -f $(in) $(out)",
}