commit | 6595c7426acbcc2c4a79cfe409b2c840fb2ebed3 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Tue Apr 24 14:45:04 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Apr 25 00:00:06 2018 +0200 |
tree | 71e4e7ea2131b0571ae829047ce85a182a23e9e2 | |
parent | b6fd9cf796e6dd0090807e2cdc279d1d71fdb6fa [diff] |
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>