blob: 7d9b5cfdd354a9326a84331b8f02769c54ef3752 [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.
zx_library("test_support") {
sdk = "source"
sdk_headers = [ "buffer/test_support/array_buffer.h" ]
testonly = true
sources = [ "array_buffer.cc" ]
static = true
public_deps = [
"$zx/system/ulib/storage/buffer:headers",
"$zx/system/ulib/zx:headers",
]
deps = [
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}