forked from p4lang/p4c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make different Markdown files have different titles in Doxygen output (…
…p4lang#4745) * Make different Markdown files have different titles in Doxygen output Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Correct name to use proper capitalization Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
- Loading branch information
1 parent
f781e0b
commit 4b02d4a
Showing
12 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# P4Tools CMake | ||
|
||
This directory provides CMake modules and helper functions for building the various components of P4Tools and running tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# P4Tools Common C++ code | ||
|
||
This directory provides shared C++ components for the various P4Tools modules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# P4Tools Common Library Code | ||
|
||
A library of data structures shared by the various P4Tools modules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# P4Testgen Library | ||
|
||
A library of data structures to support p4testgen. |
27 changes: 16 additions & 11 deletions
27
backends/p4tools/modules/testgen/targets/bmv2/test/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
CMake Files: | ||
===================== | ||
1) P4Tests.cmake - Common test suite to add P4 tests from P4C submodules. | ||
- Run p4testgen on P4-16 V1Model p4s with the BMv2 target. | ||
2) BMV2...Xfail.cmake - BMv2 xfails for the various BMv2 V1Model back ends. | ||
|
||
How to Run tests: | ||
===================== | ||
1) All P4C submodule tests are tagged with 'testgen-p4c-bmv2' label | ||
- cd build/testgen | ||
- ctest -R testgen-p4c-bmv2 | ||
# P4Testgen BMv2 target tests | ||
|
||
## CMake Files | ||
|
||
+ P4Tests.cmake - Common test suite to add P4 tests from P4C submodules. | ||
+ Run p4testgen on P4-16 V1Model p4s with the BMv2 target. | ||
+ BMV2...Xfail.cmake - BMv2 xfails for the various BMv2 V1Model back ends. | ||
|
||
## How to Run tests | ||
|
||
+ All P4C submodule tests are tagged with 'testgen-p4c-bmv2' label | ||
|
||
```bash | ||
cd build/testgen | ||
ctest -R testgen-p4c-bmv2 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters