blob: fe5d3038c5648773fbf2f0064a74e9ffb0d0757b [file] [log] [blame]
# Copyright 2020 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.
zx_library("posix_tests") {
testonly = true
sources = [ "truncate.cc" ]
deps = [
"$zx/system/ulib/fs/test_support",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}