selftests/bpf: fix test_verifier/test_maps make dependencies
authorAndrii Nakryiko <andriin@fb.com>
Tue, 16 Jul 2019 19:38:36 +0000 (12:38 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 17 Jul 2019 01:33:12 +0000 (18:33 -0700)
commit36646b22ce2455c25c76c9023a0e5ca58d62899a
treefdadd2269cbe2374d7caea77e030fae43000712c
parent763ff0e7d9c72e7094b31e7fb84a859be9325635
selftests/bpf: fix test_verifier/test_maps make dependencies

e46fc22e60a4 ("selftests/bpf: make directory prerequisites order-only")
exposed existing problem in Makefile for test_verifier and test_maps tests:
their dependency on auto-generated header file with a list of all tests wasn't
recorded explicitly. This patch fixes these issues.

Fixes: 51a0e301a563 ("bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps")
Fixes: 6b7b6995c43e ("selftests: bpf: tests.h should depend on .c files, not the output")
Cc: Ilya Leoshkevich <iii@linux.ibm.com>
Cc: Stanislav Fomichev <sdf@google.com>
Cc: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/Makefile