blob: f161dec5e3e80f3820f31e37f72ae94ac2a07984 [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 = [
"//sdk/lib/syslog/cpp",
"//src/lib/files",
"//third_party/googletest:gtest",
]
}