| # Copyright 2022 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("integration-tests-lib") { |
| testonly = true |
| sources = [ |
| "fuzzer-integration-tests.inc", |
| "fuzzer-test-integration-tests.inc", |
| "integration-tests.cc", |
| "integration-tests.h", |
| ] |
| deps = [ |
| "//sdk/lib/fdio", |
| "//sdk/lib/sys/cpp", |
| "//src/lib/fxl", |
| "//src/lib/fxl/test:gtest_main", |
| "//src/sys/fuzzing/common", |
| "//src/sys/fuzzing/common/testing", |
| "//src/sys/fuzzing/fidl:fuchsia.fuzzer_hlcpp", |
| "//third_party/googletest:gtest", |
| ] |
| } |
| |
| source_set("fuzzer-lib") { |
| testonly = true |
| sources = [ "fuzzer.cc" ] |
| } |