blob: 227e5c0fda7f344e0e38b71a65f1a8f35c348540 [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("session_shells") {
testonly = true
public_deps = [
"ermine",
]
}
group("dart_unittests") {
testonly = true
deps = [
"ermine/settings:ermine_settings_unittests($host_toolchain)",
"ermine/shell:ermine_unittests($host_toolchain)",
"ermine/internationalization:ermine_internationalization_unittests($host_toolchain)",
"//src/experiences/lib/quickui:quickui_unittests($host_toolchain)",
]
}