]> asedeno.scripts.mit.edu Git - linux.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)
commit6595c7426acbcc2c4a79cfe409b2c840fb2ebed3
tree71e4e7ea2131b0571ae829047ce85a182a23e9e2
parentb6fd9cf796e6dd0090807e2cdc279d1d71fdb6fa
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