blob: b82fdf10abbef7ab954e7c8830d3afd524d398df [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `1975-hello-structural-transformation`.
// Test's Dex code.
java_test {
name: "art-run-test-1975-hello-structural-transformation",
defaults: ["art-run-test-defaults"],
test_config_template: ":art-run-test-target-no-test-suite-tag-template",
srcs: ["src/**/*.java"],
data: [":art-run-test-1975-hello-structural-transformation-expected"],
}
// Test's expected output.
genrule {
name: "art-run-test-1975-hello-structural-transformation-expected",
out: ["art-run-test-1975-hello-structural-transformation-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}