blob: d56a0f1844a12089f38f924c162f8ceef5f0aa4d [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.
group("test") {
testonly = true
deps = [
":logger-unit",
]
}
zx_test("logger-unit") {
sources = [
"logger-test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-driver-test:c",
"$zx/system/ulib/driver-unit-test",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/zxtest",
]
}