selftests/bpf: Remove stand-along test_verifier_log test binary
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 12 Apr 2023 17:06:55 +0000 (10:06 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 13 Apr 2023 12:34:51 +0000 (14:34 +0200)
commitee5059a64dbad4806a3c11babd0dbed5a5d04ead
treeb7dd6b8b03fb95463259ad7a60956147ff3e3150
parent2995f9a8d427b9ff6f3cf4e85c0f9d4456ef324d
selftests/bpf: Remove stand-along test_verifier_log test binary

test_prog's prog_tests/verifier_log.c is superseding test_verifier_log
stand-alone test. It cover same checks and adds more, and is also
integrated into test_progs test runner.

Just remove test_verifier_log.c.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20230412170655.1866831-1-andrii@kernel.org
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_verifier_log.c [deleted file]