blob: 133161e9574f80e8b77e5f9ddb2c1680de657fb9 [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 `700-LoadArgRegs`.
4
5// Test's Dex code.
Roland Levillain01e56982020-02-10 12:28:01 +00006java_test {
7 name: "art-run-test-700-LoadArgRegs",
8 defaults: ["art-run-test-defaults"],
Roland Levillain4258f9e2020-10-13 12:10:59 +01009 test_config_template: ":art-run-test-target-template",
Roland Levillain01e56982020-02-10 12:28:01 +000010 srcs: ["src/**/*.java"],
Roland Levillaina073f462020-10-28 12:48:24 +000011 data: [":art-run-test-700-LoadArgRegs-expected-stdout"],
Roland Levillain6b0b2e72020-09-08 16:36:13 +010012}
13
14// Test's expected output.
15genrule {
Roland Levillaina073f462020-10-28 12:48:24 +000016 name: "art-run-test-700-LoadArgRegs-expected-stdout",
17 out: ["art-run-test-700-LoadArgRegs-expected-stdout.txt"],
18 srcs: ["expected-stdout.txt"],
Roland Levillain6b0b2e72020-09-08 16:36:13 +010019 cmd: "cp -f $(in) $(out)",
Roland Levillain01e56982020-02-10 12:28:01 +000020}