P4C
The P4 Compiler
Loading...
Searching...
No Matches
testgen/targets/pna/register.h
1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_REGISTER_H_
2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_REGISTER_H_
3
4#include "backends/p4tools/common/p4ctool.h"
5
6#include "backends/p4tools/modules/testgen/options.h"
7#include "backends/p4tools/modules/testgen/targets/pna/target.h"
8#include "backends/p4tools/modules/testgen/testgen.h"
9
10namespace P4::P4Tools::P4Testgen {
11
13inline void pnaRegisterTestgenTarget() { Pna::PnaDpdkTestgenTarget::make(); }
14
15} // namespace P4::P4Tools::P4Testgen
16
17#endif /* BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_REGISTER_H_ */
static void make()
Registers this target.
Definition p4tools/modules/testgen/targets/pna/target.cpp:31