blob: 1e96cec704744c8784b7a4bcd73d5743e65373e4 [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
public = [ "fuzzer_test.h" ]
sources = [ "fuzzer_test.cc" ]
deps = [
"//src/lib/files",
"//third_party/googletest:gtest",
]
}