Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
For issue vbpf#286

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored and elazarg committed Oct 23, 2021
1 parent a704181 commit d12be7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ebpf-samples
1 change: 1 addition & 0 deletions src/test/test_verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ TEST_SECTION("build", "packet_access.o", "xdp")
TEST_SECTION("build", "tail_call.o", "xdp_prog")
TEST_SECTION("build", "map_in_map.o", ".text")
TEST_SECTION("build", "twomaps.o", ".text");
TEST_SECTION("build", "twotypes.o", ".text");

// Test some programs that ought to fail verification.
TEST_SECTION_REJECT("build", "badhelpercall.o", ".text")
Expand Down

0 comments on commit d12be7c

Please sign in to comment.