P4C
The P4 Compiler
Loading...
Searching...
No Matches
modules/testgen/test/lib/format_int.h
1/*
2 * SPDX-FileCopyrightText: 2022 The P4 Language Consortium
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TEST_LIB_FORMAT_INT_H_
8#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TEST_LIB_FORMAT_INT_H_
9
10#include <gtest/gtest.h>
11
12namespace P4::P4Tools::Test {
13
15class FormatTest : public testing::Test {};
16
17} // namespace P4::P4Tools::Test
18
19#endif /* BACKENDS_P4TOOLS_MODULES_TESTGEN_TEST_LIB_FORMAT_INT_H_ */
Helper methods to build configurations for Format Tests.
Definition modules/testgen/test/lib/format_int.h:15