blob: 8ce9f9de23a9d4ab4d8ba8459955b435d2d97313 [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",
"fake_factory_store_providers:tests",
]
}