blob: 8742e352a4b2c87fc476bb3a5a78af58f2a3f073 [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.
# These tests only run in the unified core-test.
source_set("unified-only") {
testonly = true
sources = [ "debuglog.cc" ]
deps = [
"//src/zircon/testing/standalone-test",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zxtest",
]
}