From 1975b296086cd2c5053a02b0bdc2058f02141172 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 17 Oct 2018 17:29:35 -0700 Subject: [PATCH] Run all supported host unit tests on Cirrus. --- testing/run_tests.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testing/run_tests.sh b/testing/run_tests.sh index 6c0c79f523cf8..82090afbfea63 100755 --- a/testing/run_tests.sh +++ b/testing/run_tests.sh @@ -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