blob: d55fbdf1514d5d6b655d781136842c6be611d7d1 [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("lib") {
testonly = true
deps = [ "core" ]
if (is_host) {
deps += [ "ascendd" ]
}
}
group("tests") {
testonly = true
deps = [
"circuit:tests",
"core:tests",
]
}