Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 57e878f

Browse files
committed
Run on CI.
1 parent 9d33073 commit 57e878f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

testing/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ def build_dart_host_test_list(build_dir):
922922
os.path.join(build_dir, 'dart-sdk', 'lib', 'libraries.json'),
923923
],
924924
),
925+
(os.path.join('flutter', 'tools', 'dir_contents_diff'), []),
925926
(os.path.join('flutter', 'tools', 'engine_tool'), []),
926927
(os.path.join('flutter', 'tools', 'githooks'), []),
927928
(os.path.join('flutter', 'tools', 'header_guard_check'), []),

tools/dir_contents_diff/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
sdk: '>=3.2.0-0 <4.0.0'
44
dev_dependencies:
55
litetest: any
6+
path: any
67
dependency_overrides:
78
async_helper:
89
path: ../../../third_party/dart/pkg/async_helper

0 commit comments

Comments
 (0)