Skip to content

Commit

Permalink
Add test case to verify ebpf-samples/build/prog_array.o
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett authored and elazarg committed Aug 4, 2023
1 parent de14d3a commit 63bf8e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 @@ -469,6 +469,7 @@ TEST_SECTION("build", "map_in_map_legacy.o", ".text")
TEST_SECTION("build", "twomaps.o", ".text");
TEST_SECTION("build", "twostackvars.o", ".text");
TEST_SECTION("build", "twotypes.o", ".text");
TEST_SECTION("build", "prog_array.o", ".text");

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

0 comments on commit 63bf8e1

Please sign in to comment.