flutter/packages/flutter_tools/test/general.shard/build_system
Daco Harkes 6967ae551e
Fix dep tracking (#147709)
Fix dependency tracking in the build.

* https://github.com/flutter/flutter/issues/147643

## Testing

It's not clear to me where to test the caching behavior of specific targets.

* test/general.shard/build_system/targets/common_test.dart
   * This doesn't test the caching behavior of any targets
* test/general.shard/build_system/build_system_test.dart
* test/general.shard/cache_test.dart
   * Both of these don't test specific `Target`s, these have `TestTarget`s.
* test/integration.shard/isolated/native_assets_test.dart
   * This could work, but it's an integration test that already takes long to run.
2024-05-07 17:44:12 +00:00
..
targets Fix dep tracking (#147709) 2024-05-07 17:44:12 +00:00
build_system_test.dart Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
depfile_test.dart
exceptions_test.dart
file_store_test.dart
hash_test.dart
invalidated_reason_test.dart
source_test.dart