blob: ea7481b8c6547fb48f03df2b7e5b85637f117961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `646-checker-arraycopy-large-cst-pos`.
// Test's Dex code.
java_test {
name: "art-run-test-646-checker-arraycopy-large-cst-pos",
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-arraycopy-large-cst-pos-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-arraycopy-large-cst-pos-expected",
out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}
|