1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_OPTIONS_H_ 
    2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_OPTIONS_H_ 
   10#include "backends/p4tools/common/options.h" 
   11#include "lib/cstring.h" 
   12#include "midend/coverage.h" 
   14#include "backends/p4tools/modules/testgen/core/symbolic_executor/path_selection.h" 
   16namespace P4Tools::P4Testgen {
 
   40    std::optional<std::filesystem::path> 
outputDir = std::nullopt;
 
  105    const char *getIncludePath() 
const override;
 
 
Specifies general options and which IR nodes to track with this particular visitor.
Definition coverage.h:25