]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly
authorAndrii Nakryiko <andriin@fb.com>
Tue, 16 Jul 2019 19:38:37 +0000 (12:38 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 17 Jul 2019 01:33:12 +0000 (18:33 -0700)
commit6fa274f5421aa0408cf8ea6336b88e15d4faaebf
treed26f8f4d7af158996e0833a5641267a9ce68e4e7
parent7ed86aec709bc1ea2ba24e166f83af1b2c9483c2
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly

It's easier to follow the logic if it's structured the same.
There is just slight difference between test_progs/test_maps and
test_verifier. test_verifier's verifier/*.c files are not really compilable
C files (they are more of include headers), so they can't be specified as
explicit dependencies of test_verifier.

Cc: Alexei Starovoitov <ast@fb.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/Makefile