blob: 7bf8e56750aed9095a877f2dcd01aae981b17cf6 [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.
executable("blobfs-load-generator") {
testonly = true
sources = [ "main.cc" ]
deps = [
"//zircon/public/lib/digest",
"//zircon/public/lib/fs",
"//zircon/system/ulib/fs-test-utils",
]
}