]> git.baikalelectronics.ru Git - kernel.git/commit
tools/bpf: remove test_sock_addr from TEST_GEN_PROGS
authorYonghong Song <yhs@fb.com>
Tue, 24 Apr 2018 21:45:04 +0000 (14:45 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 24 Apr 2018 22:00:06 +0000 (00:00 +0200)
commit94dae98575e631cc4d9fd0b1df36f2ea143b021f
tree71e4e7ea2131b0571ae829047ce85a182a23e9e2
parent8c3cd523697abe0681e848fb464f5a4d1d223379
tools/bpf: remove test_sock_addr from TEST_GEN_PROGS

Since test_sock_addr is not supposed to run by itself,
remove it from TEST_GEN_PROGS and add it to
TEST_GEN_PROGS_EXTENDED. This way, run_tests will
not run test_sock_addr. The corresponding test to run
is test_sock_addr.sh.

Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/Makefile