]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: bpf: install files tcp_(server|client)*.py
authorAnders Roxell <anders.roxell@linaro.org>
Tue, 8 Jan 2019 09:23:03 +0000 (10:23 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 10 Jan 2019 14:56:52 +0000 (15:56 +0100)
commit8793da75de800bd66cfbf496584f7d9776ba7e64
tree1bbf475bbbfbe40fc399de3512823d3c34881a9f
parent18e20cf45c0b4c9f5c5db93a4bcb4ce2870f4d16
selftests: bpf: install files tcp_(server|client)*.py

When test_tcpbpf_user runs it complains that it can't find files
tcp_server.py and tcp_client.py.

Rework so that tcp_server.py and tcp_client.py gets installed, added them
to the variable TEST_PROGS_EXTENDED.

Fixes: 2d21e76e500d ("bpf: add selftest for tcpbpf")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/Makefile