blob: a43a6bc4e4e69f5f0a988fbf231f3d9327e07076 [file] [log] [blame]
# Copyright 2022 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("versioning") {
testonly = true
deps = [ "version-history" ]
}
group("tests") {
testonly = true
deps = [ "version-history:tests" ]
}