diff --git a/testing/run_tests.py b/testing/run_tests.py index c818487be8195..a70e950d40929 100755 --- a/testing/run_tests.py +++ b/testing/run_tests.py @@ -923,6 +923,7 @@ def build_dart_host_test_list(build_dir): os.path.join(build_dir, 'dart-sdk', 'lib', 'libraries.json'), ], ), + (os.path.join('flutter', 'tools', 'engine_tool'), []), (os.path.join('flutter', 'tools', 'githooks'), []), (os.path.join('flutter', 'tools', 'header_guard_check'), []), (os.path.join('flutter', 'tools', 'pkg', 'engine_build_configs'), []),