Skip to content

Commit

Permalink
Merge branch 'main' into Dvaas_7
Browse files Browse the repository at this point in the history
  • Loading branch information
VSuryaprasad-HCL authored Dec 11, 2024
2 parents 32d22f5 + 7eea0f4 commit fe5d7be
Show file tree
Hide file tree
Showing 16 changed files with 2,016 additions and 94 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 fe5d7be

Please sign in to comment.