7#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_LIB_TEST_BACKEND_CONFIGURATION_H_
8#define BACKENDS_P4TOOLS_MODULES_TESTGEN_LIB_TEST_BACKEND_CONFIGURATION_H_
13#include "lib/cstring.h"
15namespace P4::P4Tools::P4Testgen {
18using OptionalFilePath = std::optional<std::filesystem::path>;
34 std::optional<unsigned int>
seed;