blob: a68f2ed0424ff8d6ba90821ecbc915df8be23abe [file] [log] [blame]
Roland Levillainaa8e6cf2022-02-24 13:34:23 +00001// Generated by `regen-test-files`. Do not edit manually.
2
3// Build rules for ART run-test `835-b216762268`.
4
5package {
6 // See: http://go/android-license-faq
7 // A large-scale-change added 'default_applicable_licenses' to import
8 // all of the 'license_kinds' from "art_license"
9 // to get the below license kinds:
10 // SPDX-license-identifier-Apache-2.0
11 default_applicable_licenses: ["art_license"],
12}
13
14// Test's Dex code.
15java_test {
16 name: "art-run-test-835-b216762268",
17 defaults: ["art-run-test-defaults"],
18 test_config_template: ":art-run-test-target-template",
19 srcs: ["src/**/*.java"],
20 data: [
21 ":art-run-test-835-b216762268-expected-stdout",
22 ":art-run-test-835-b216762268-expected-stderr",
23 ],
24}
25
26// Test's expected standard output.
27genrule {
28 name: "art-run-test-835-b216762268-expected-stdout",
29 out: ["art-run-test-835-b216762268-expected-stdout.txt"],
30 srcs: ["expected-stdout.txt"],
31 cmd: "cp -f $(in) $(out)",
32}
33
34// Test's expected standard error.
35genrule {
36 name: "art-run-test-835-b216762268-expected-stderr",
37 out: ["art-run-test-835-b216762268-expected-stderr.txt"],
38 srcs: ["expected-stderr.txt"],
39 cmd: "cp -f $(in) $(out)",
40}