blob: f161b4ee771242f3e6d3c6d09d5d0e053b20d6d4 [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("stdio") {
sources = [
"stdio.c",
"util.c",
]
deps = [
"$zx/system/ulib/elfload",
"$zx/system/ulib/fdio",
"$zx/system/ulib/launchpad",
"$zx/system/ulib/runtime",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
# For unittests of _impl.h headers.
"$zx/third_party/ulib/musl:musl_internal_testing",
]
}