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 7, 2024
2 parents 71ea71d + 756827b commit 37c30d9
Show file tree
Hide file tree
Showing 23 changed files with 1,310 additions and 135 deletions.
7 changes: 7 additions & 0 deletions p4_symbolic/ir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ ir_parsing_test(
p4_program = "//p4_symbolic/testdata:parser/set_parser_operation.p4",
)

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

ir_parsing_test(
name = "default_transition_test",
golden_file = "expected/default_transition.txt",
Expand Down
Loading

0 comments on commit 37c30d9

Please sign in to comment.