Skip to content

Commit 70a1b25

Browse files
liuhangbinanakryiko
authored andcommitted
selftests/bpf: Add missed ima_setup.sh in Makefile
When build bpf test and install it to another folder, e.g. make -j10 install -C tools/testing/selftests/ TARGETS="bpf" \ SKIP_TARGETS="" INSTALL_PATH=/tmp/kselftests The ima_setup.sh is missed in target folder, which makes test_ima failed. Fix it by adding ima_setup.sh to TEST_PROGS_EXTENDED. Fixes: 34b82d3 ("bpf: Add a selftest for bpf_ima_inode_hash") Signed-off-by: Hangbin Liu <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 68084a1 commit 70a1b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TEST_PROGS := test_kmod.sh \
7575
test_xsk.sh
7676

7777
TEST_PROGS_EXTENDED := with_addr.sh \
78-
with_tunnels.sh \
78+
with_tunnels.sh ima_setup.sh \
7979
test_xdp_vlan.sh test_bpftool.py
8080

8181
# Compile but not part of 'make run_tests'

0 commit comments

Comments
 (0)