blob: 8aa790da1b818f7fb77f8018ef3a9fc8e9a702af [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `609-checker-x86-bounds-check`.
// Test's Dex code.
java_test {
name: "art-run-test-609-checker-x86-bounds-check",
defaults: ["art-run-test-defaults"],
srcs: ["src/**/*.java"],
data: [":art-run-test-609-checker-x86-bounds-check-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-609-checker-x86-bounds-check-expected",
out: ["art-run-test-609-checker-x86-bounds-check-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}