]> 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)
commit7cf765b3a5544eee91234cc308ab8d433fc61226
tree1bbf475bbbfbe40fc399de3512823d3c34881a9f
parent34641d97082f7cccdd10157c3cf1a012378bca49
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: f692bd6d330a ("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