blob: 32d96a0aabf9191e5c094b371b29cc1266ac024f [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.
executable("blktest") {
testonly = true
sources = [
"main.c",
]
deps = [
"$zx/system/ulib/blktest",
"$zx/system/ulib/unittest",
]
}