selftests: bpf: prepare for break up of verifier tests
test_verifier.c has grown to be very long (almost 16 kLoC), and it is very conflict prone since we always add tests at the end. Try to break it apart a little bit. Allow test snippets to be defined in separate files and include them automatically into the huge test array. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:

committed by
Alexei Starovoitov

parent
ae575c8a98
commit
2dfb40121e
1
tools/testing/selftests/bpf/verifier/.gitignore
vendored
Normal file
1
tools/testing/selftests/bpf/verifier/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
tests.h
|
Reference in New Issue
Block a user