blob: a70a5ad0e4b0a2afc425ee7128fe7a87ef60ce53 [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 = [
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zxtest",
]
}