blob: 63bcaf539b078fea2a5d8f92cc54255504f2c623 [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 `640-checker-integer-valueof`.
4
5// Test's Dex code.
Roland Levillain01e56982020-02-10 12:28:01 +00006java_test {
7 name: "art-run-test-640-checker-integer-valueof",
8 defaults: ["art-run-test-defaults"],
Roland Levillain4258f9e2020-10-13 12:10:59 +01009 test_config_template: ":art-run-test-target-no-test-suite-tag-template",
Roland Levillain01e56982020-02-10 12:28:01 +000010 srcs: ["src/**/*.java"],
Roland Levillaina073f462020-10-28 12:48:24 +000011 data: [":art-run-test-640-checker-integer-valueof-expected-stdout"],
Daniil Riazanovskiy1e20e512020-09-08 21:32:06 +000012 // Include the Java source files in the test's artifacts, to make Checker assertions
13 // available to the TradeFed test runner.
14 include_srcs: true,
Roland Levillain6b0b2e72020-09-08 16:36:13 +010015}
16
17// Test's expected output.
18genrule {
Roland Levillaina073f462020-10-28 12:48:24 +000019 name: "art-run-test-640-checker-integer-valueof-expected-stdout",
20 out: ["art-run-test-640-checker-integer-valueof-expected-stdout.txt"],
21 srcs: ["expected-stdout.txt"],
Roland Levillain6b0b2e72020-09-08 16:36:13 +010022 cmd: "cp -f $(in) $(out)",
Roland Levillain01e56982020-02-10 12:28:01 +000023}