We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78229f5 commit 51b9455Copy full SHA for 51b9455
.gitignore
@@ -88,6 +88,7 @@ coverage.xml
88
*.py,cover
89
.hypothesis/
90
.pytest_cache/
91
+Testing/
92
93
# Translations
94
*.mo
targets/bmv2/test/TestTemplate.cmake
@@ -1,3 +1,5 @@
1
+# General test utilities.
2
+include(${P4TOOLS_SOURCE_DIR}/cmake/TestUtils.cmake)
3
# This file defines how a test should be written for a particular target. This is used by testutils
4
5
# Add a single test to the testsuite. Arguments: - TAG is a label for the set of test suite where
0 commit comments