blob: d8130e3d275036751db3c95a0b9644ade05f4f42 [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.
import("//build/testing/environments.gni")
group("lib") {
testonly = true
deps = [
":tests",
"test_utils",
]
}
group("tests") {
testonly = true
deps = [ "test_utils:tracing_test_utils_tests" ]
}