blob: 25726439c44d142b5432885d15d670059aa2f52f [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("tests") {
# TODO: testonly = true
sources = [ "io_tests.cc" ]
deps = [
"//zircon/kernel/lib/io:headers",
"//zircon/kernel/lib/unittest",
"//zircon/system/ulib/zircon-internal",
]
}