blob: 317a21e2f42bbe1e7ed2106fafb14cb5d45317a9 [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 = [
":zxio",
]
}
zx_test("zxio") {
sources = [
"debuglog-test.cc",
"dirent-test.cc",
"null-test.cc",
"vmofile-test.cc",
"zxio-test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-boot:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxio",
"$zx/system/ulib/zxtest",
]
}