blob: 799fb1c2f52ee50dd7206b2f4e8c627bd29ef655 [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.
test("log") {
sources = [
"log_test.c",
"main.c",
]
deps = [
"$zx/system/ulib/c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/log",
"$zx/system/ulib/log-writer-logger",
"$zx/system/ulib/log-writer-textfile",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}