summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/.gitignore
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2018-01-29 21:23:28 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2018-02-01 11:26:27 +0100
commit62a06994ced17f295fc51ea0815580ee7ccb668d (patch)
tree9777dca2f5f7d21b55f139e0e55ed7824269a936 /tools/testing/selftests/bpf/.gitignore
parente029f541039ff0768960ede62b946bcf4a163dec (diff)
downloadlinux-62a06994ced17f295fc51ea0815580ee7ccb668d.tar.gz
linux-62a06994ced17f295fc51ea0815580ee7ccb668d.tar.xz
tools/bpf: permit selftests/bpf to be built in a different directory
Fix a couple of issues at tools/testing/selftests/bpf/Makefile so the following command make -C tools/testing/selftests/bpf OUTPUT=/home/yhs/tmp can put the built results into a different directory. Also add the built binary test_tcpbpf_user in the .gitignore file. Fixes: 6882804c916b ("selftests/bpf: add a test for overlapping packet range checks") Fixes: 9d1f15941967 ("bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/") Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r--tools/testing/selftests/bpf/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 1e09d77f1948..cc15af2e54fe 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -8,5 +8,6 @@ fixdep
test_align
test_dev_cgroup
test_progs
+test_tcpbpf_user
test_verifier_log
feature