From 47c7585551d7cccaab084fb6a72e72134d9af7e1 Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Wed, 14 Feb 2024 12:46:29 -0800 Subject: [PATCH] Run engine_tool tests --- testing/run_tests.py | 1 + 1 file changed, 1 insertion(+) 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'), []),