blob: 91ae0594918c7723b237906be14acc76a3442221 [file] [log] [blame]
Roland Levillain01e56982020-02-10 12:28:01 +00001// Generated by `regen-test-files`. Do not edit manually.
Roland Levillain6b0b2e72020-09-08 16:36:13 +01002
3// Build rules for ART run-test `473-checker-inliner-constants`.
4
5// Test's Dex code.
Roland Levillain01e56982020-02-10 12:28:01 +00006java_test {
7 name: "art-run-test-473-checker-inliner-constants",
8 defaults: ["art-run-test-defaults"],
9 srcs: ["src/**/*.java"],
Roland Levillain6b0b2e72020-09-08 16:36:13 +010010 data: [":art-run-test-473-checker-inliner-constants-expected"],
Daniil Riazanovskiy1e20e512020-09-08 21:32:06 +000011 // Include the Java source files in the test's artifacts, to make Checker assertions
12 // available to the TradeFed test runner.
13 include_srcs: true,
Roland Levillain6b0b2e72020-09-08 16:36:13 +010014}
15
16// Test's expected output.
17genrule {
18 name: "art-run-test-473-checker-inliner-constants-expected",
19 out: ["art-run-test-473-checker-inliner-constants-expected.txt"],
20 srcs: ["expected.txt"],
21 cmd: "cp -f $(in) $(out)",
Roland Levillain01e56982020-02-10 12:28:01 +000022}