blob: 54bd5626c84a12f8a4dfdf1db5d3102cea9a04e2 [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",
"trace_converters",
]
}
group("tests") {
testonly = true
deps = [
"test_utils:tracing_test_utils_tests",
"trace_converters:chromium_unittests",
"trace_converters:trace_converter_tests",
]
}