blob: 42d7245110f3b1590f52f26c26544897bd274fa9 [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.
source_set("fuzzer_test") {
testonly = true
sources = [ "fuzzer_test.cc" ]
deps = [
"//src/lib/files",
"//third_party/googletest:gtest",
]
}