Skip to content

Commit

Permalink
Run all supported host unit tests on Cirrus. (flutter#6575)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Oct 18, 2018
1 parent 979de07 commit 607c05c
Showing 1 changed file with 6 additions and 1 deletion.
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

0 comments on commit 607c05c

Please sign in to comment.