summaryrefslogtreecommitdiff
path: root/test/646-checker-arraycopy-large-cst-pos/Android.bp
blob: 678eb95baed91aef2dbd83ecaf1385a6b1cd5226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// 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-stdout",
        ":art-run-test-646-checker-arraycopy-large-cst-pos-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-arraycopy-large-cst-pos-expected-stdout",
    out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout.txt"],
    srcs: ["expected-stdout.txt"],
    cmd: "cp -f $(in) $(out)",
}

// Test's expected standard error.
genrule {
    name: "art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr",
    out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr.txt"],
    srcs: ["expected-stderr.txt"],
    cmd: "cp -f $(in) $(out)",
}