Skip to content

Commit

Permalink
Merge branch 'main' into Dvaas_6
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanps authored and VSuryaprasad-HCL committed Dec 11, 2024
2 parents 5d5e43d + 7eea0f4 commit 7a49d56
Show file tree
Hide file tree
Showing 30 changed files with 4,211 additions and 2,276 deletions.
7 changes: 7 additions & 0 deletions p4_symbolic/ir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,10 @@ ir_parsing_test(
p4_deps = ["//p4_symbolic/testdata:common/headers.p4"],
p4_program = "//p4_symbolic/testdata:parser/hex_string_transition.p4",
)

ir_parsing_test(
name = "fall_through_transition_test",
golden_file = "expected/fall_through_transition.txt",
p4_deps = ["//p4_symbolic/testdata:common/headers.p4"],
p4_program = "//p4_symbolic/testdata:parser/fall_through_transition.p4",
)
Loading

0 comments on commit 7a49d56

Please sign in to comment.