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

Commit 90bd415

Browse files
author
Chun-Heng Tai
committed
add test
1 parent 2ce78ee commit 90bd415

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

shell/platform/windows/testing/win32_flutter_window_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ void Win32FlutterWindowTest::OnFontChange() {
77
on_font_change_called_ = true;
88
}
99

10-
bool OnFontChangeIsCalled() {
10+
bool Win32FlutterWindowTest::OnFontChangeIsCalled() {
1111
return on_font_change_called_;
1212
}
1313
} // namespace testing

testing/run_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ def RunCCTests(build_dir, filter):
8383
# https://github.com/flutter/flutter/issues/36294
8484
if not IsWindows():
8585
RunEngineExecutable(build_dir, 'embedder_unittests', filter, shuffle_flags)
86+
else:
87+
RunEngineExecutable(build_dir, 'flutter_windows_unittests', filter, shuffle_flags)
88+
89+
RunEngineExecutable(build_dir, 'client_wrapper_windows_unittests', filter, shuffle_flags)
8690

8791
flow_flags = ['--gtest_filter=-PerformanceOverlayLayer.Gold']
8892
if IsLinux():

0 commit comments

Comments
 (0)