blob: b8804f1a9616b5e84cd3226edc6d794c14b83179 [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/public/lib/fs-test-utils",
]
}