#include <dirent.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/types.h>
#include <gtest/gtest.h>
#include "absl/flags/flag.h"
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gpr/env.h"
#include "src/core/lib/iomgr/load_file.h"
#include "test/core/util/test_config.h"
#include "test/cpp/util/test_config.h"
Go to the source code of this file.
|
| ABSL_FLAG (std::string, directory, "", "Use this directory as test data") |
|
| ABSL_FLAG (std::string, file, "", "Use this file as test data") |
|
| INSTANTIATE_TEST_SUITE_P (CorpusExamples, FuzzerCorpusTest, ::testing::internal::ParamGenerator< std::string >(new ExampleGenerator)) |
|
int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
|
int | main (int argc, char **argv) |
|
| TEST_P (FuzzerCorpusTest, RunOneExample) |
|
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
std::string |
, |
|
|
directory |
, |
|
|
"" |
, |
|
|
"Use this directory as test data" |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
◆ INSTANTIATE_TEST_SUITE_P()
◆ LLVMFuzzerTestOneInput()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST_P()
◆ squelch