blob: 6ba7740cbbbf6d514a8c4fe328260b6af777ac76 [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"],
// 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 output.
genrule {
name: "art-run-test-646-checker-long-const-to-int-expected",
out: ["art-run-test-646-checker-long-const-to-int-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}