blob: ea88c2ed9dce0a5ecc63477ad5b8d2075290d56e [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("story_shells") {
testonly = true
public_deps = [
"mondrian",
]
}
group("dart_unittests") {
testonly = true
# TODO(fxb/41505): Temporarily disable flutter_tester tests on mac hosts.
_flutter_tester_tests = []
if (host_os != "mac") {
_flutter_tester_tests +=
[ "mondrian:mondrian_story_shell_tests($host_toolchain)" ]
}
deps = _flutter_tester_tests
}