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)
commit9d1f62a6dcf0de3ab184c1f7b7d82117dcbab090
treed26f8f4d7af158996e0833a5641267a9ce68e4e7
parent36646b22ce2455c25c76c9023a0e5ca58d62899a
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