blob: 672863292b24fb87be010c482b0ba1a9631f80c8 [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
deps = [
"mondrian:mondrian_story_shell_tests($host_toolchain)",
]
}