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