1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_TEST_BACKEND_H_ 
    2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_TEST_BACKEND_H_ 
   12#include "backends/p4tools/common/lib/model.h" 
   13#include "backends/p4tools/common/lib/trace_event.h" 
   16#include "backends/p4tools/modules/testgen/core/program_info.h" 
   17#include "backends/p4tools/modules/testgen/core/symbolic_executor/symbolic_executor.h" 
   18#include "backends/p4tools/modules/testgen/core/target.h" 
   19#include "backends/p4tools/modules/testgen/lib/execution_state.h" 
   20#include "backends/p4tools/modules/testgen/lib/test_backend.h" 
   21#include "backends/p4tools/modules/testgen/lib/test_spec.h" 
   28    static const std::set<std::string> SUPPORTED_BACKENDS;
 
   37        const IR::Expression *outputPacketExpr, 
const IR::Expression *outputPortExpr,
 
   38        const std::vector<std::reference_wrapper<const TraceEvent>> *programTraces) 
override;