mbox series

[PATCHv2,bpf-next,0/2] selftests/bpf: fix ima_setup.sh missing issue

Message ID 20220513010110.319061-1-liuhangbin@gmail.com
Headers show
Series selftests/bpf: fix ima_setup.sh missing issue | expand

Message

Hangbin Liu May 13, 2022, 1:01 a.m. UTC
The ima_setup.sh is needed by test_progs test_ima. But the file is
missed if we build test_progs separately or installed bpf test to
another folder. This patch set fixed the issue in 2 different
scenarios.

v2: no code update, just repost to bpf-next

Hangbin Liu (2):
  selftests/bpf: Fix build error with ima_setup.sh
  selftests/bpf: add missed ima_setup.sh in Makefile

 tools/testing/selftests/bpf/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)