blob: f605bef651f39300652659ff1def0219493e6d55 [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",
]
}