@@ -181,14 +181,14 @@ bazel test //... # Run tests in container.
181181
182182The easiest way to experiment with p4-constraints is to write a
183183[ golden test] ( https://ro-che.info/articles/2017-12-04-golden-tests ) .
184- We provide [ Bazel rules] ( e2e_test /p4check.bzl) ` run_p4check ` and ` diff_test ` to
184+ We provide [ Bazel rules] ( e2e_tests /p4check.bzl) ` run_p4check ` and ` diff_test ` to
185185make this convenient.
186- See the [ e2e_test /] ( e2e_test /) folder -- in particular
187- [ e2e_test /BUILD.bazel] ( e2e_test /BUILD.bazel) -- for examples of how to use them.
186+ See the [ e2e_tests /] ( e2e_tests /) folder -- in particular
187+ [ e2e_tests /BUILD.bazel] ( e2e_tests /BUILD.bazel) -- for examples of how to use them.
188188
189189To run all golden tests, execute
190190``` sh
191- bazel test //e2e_test /...
191+ bazel test //e2e_tests /...
192192```
193193[ Recall] ( #building ) that this will build p4c and requires
194194[ Bison] ( https://en.wikipedia.org/wiki/GNU_Bison ) and
@@ -204,7 +204,7 @@ bazel run //e2e_test:invalid_constraints_test
204204
205205The ` p4check ` CLI allows invoking the p4-constraints library from the command
206206line. The most convenient way to run ` p4check ` is using the
207- [ ` run_p4check ` -rule] ( e2e_test /p4check.bzl) , as is done for
207+ [ ` run_p4check ` -rule] ( e2e_tests /p4check.bzl) , as is done for
208208[ golden testing] ( #golden-tests ) .
209209
210210To learn how to invoke [ p4check] ( p4_constraints/cli/p4check.cc ) manually,
@@ -217,7 +217,7 @@ bazel run p4_constraints/cli:p4check -- --help
217217
218218See [ docs/language-specification.md] ( docs/language-specification.md ) for a
219219documentation of the constraint languages, or look at some example constraints
220- in the .p4-files in the [ e2e_test folder] ( e2e_test /) .
220+ in the .p4-files in the [ e2e_tests folder] ( e2e_tests /) .
221221
222222## Contributing
223223
0 commit comments