mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
More updates to the Robolectric test harness (#11068)
Previously the test wasn't correctly re-building the engine when its files changed on multiple runs of `testing/run_tests.py`. It looks like this is because the test build target wasn't depending on the entire engine Android dependency, so some code changes were being ignored. Update the build.
This commit is contained in:
parent
1e1eb4d34a
commit
e23a2e22ec
@ -449,6 +449,7 @@ action("robolectric_tests") {
|
||||
args += rebase_path(sources, root_build_dir)
|
||||
|
||||
deps = [
|
||||
":android",
|
||||
":flutter_shell_java",
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user