Skip to content

Commit 08a3995

Browse files
committed
fix imports
1 parent d6c4f0b commit 08a3995

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ coverage.xml
8888
*.py,cover
8989
.hypothesis/
9090
.pytest_cache/
91+
Testing/
9192

9293
# Translations
9394
*.mo

targets/bmv2/test/TestTemplate.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# General test utilities.
2+
include(${P4TOOLS_SOURCE_DIR}/cmake/TestUtils.cmake)
13
# This file defines how a test should be written for a particular target. This is used by testutils
24

35
# Add a single test to the testsuite. Arguments: - TAG is a label for the set of test suite where

0 commit comments

Comments
 (0)