blob: 5357dfae7966e5c03ad105b0184f6f9a6b73e205 [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("factory") {
deps = [
"factory_store_providers",
]
}
group("tests") {
testonly = true
deps = [
"factory_store_providers:tests",
"factoryctl:factoryctl_tests",
"fake_factory_items:fake_factory_items_tests",
]
}