blob: b83904027702f8949b93e17866aef65f6a156f78 [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",
]
}