Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion testing/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

set -o pipefail -e;

out/host_debug_unopt/fml_unittests
out/host_debug_unopt/embedder_unittests
out/host_debug_unopt/flow_unittests
out/host_debug_unopt/fml_unittests --gtest_filter="-*TimeSensitiveTest*"
out/host_debug_unopt/runtime_unittests
out/host_debug_unopt/shell_unittests
out/host_debug_unopt/synchronization_unittests
out/host_debug_unopt/txt_unittests --font-directory=flutter/third_party/txt/third_party/fonts

pushd flutter/testing/dart
pub get
Expand Down