blob: 9de3dd0a2b7a4b19fe024fb8c7a03c2e51c42bbd [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 `1963-add-to-dex-classloader-in-memory`.
4
5// Test's Dex code.
Roland Levillain01e56982020-02-10 12:28:01 +00006java_test {
7 name: "art-run-test-1963-add-to-dex-classloader-in-memory",
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 Levillainb15e8792020-10-28 12:20:59 +000011 data: [
12 ":art-run-test-1963-add-to-dex-classloader-in-memory-expected-stdout",
13 ":art-run-test-1963-add-to-dex-classloader-in-memory-expected-stderr",
14 ],
Roland Levillain6b0b2e72020-09-08 16:36:13 +010015}
16
Roland Levillainb15e8792020-10-28 12:20:59 +000017// Test's expected standard output.
Roland Levillain6b0b2e72020-09-08 16:36:13 +010018genrule {
Roland Levillaina073f462020-10-28 12:48:24 +000019 name: "art-run-test-1963-add-to-dex-classloader-in-memory-expected-stdout",
20 out: ["art-run-test-1963-add-to-dex-classloader-in-memory-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}
Roland Levillainb15e8792020-10-28 12:20:59 +000024
25// Test's expected standard error.
26genrule {
27 name: "art-run-test-1963-add-to-dex-classloader-in-memory-expected-stderr",
28 out: ["art-run-test-1963-add-to-dex-classloader-in-memory-expected-stderr.txt"],
29 srcs: ["expected-stderr.txt"],
30 cmd: "cp -f $(in) $(out)",
31}