blob: b86bd91339fc4e964f8b3e02d40dfd99f897e2d8 [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.
library("blktest") {
shared = true
testonly = true
sources = [
"blktest.cpp",
]
deps = [
"$zx/system/ulib/block-client",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/pretty",
"$zx/system/ulib/sync",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxcpp",
]
}