blob: a08f47d4b5c548a4a67ab80ee1dffc3e695a61ef [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",
"fake_factory_items:fake_factory_items_tests",
]
}