aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/.gitignore
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2019-03-02 11:10:41 -0800
committerAlexei Starovoitov <ast@kernel.org>2019-03-02 11:10:41 -0800
commitea5bade929bf04355aeed58a3c9f5ef2c3afe2ac (patch)
tree3b643e34c41fc8c294309130f8b0b19b1890c53c /tools/testing/selftests/bpf/prog_tests/.gitignore
parentMerge branch 'bpf_skb_ecn_set_ce' (diff)
parentselftests: bpf: break up test_progs - misc (diff)
downloadlinux-dev-ea5bade929bf04355aeed58a3c9f5ef2c3afe2ac.tar.xz
linux-dev-ea5bade929bf04355aeed58a3c9f5ef2c3afe2ac.zip
Merge branch 'split-test_progs'
Stanislav Fomichev says: ==================== Recently we had linux-next bpf/bpf-next conflict when we added new functionality to the test_progs.c at the same location. Let's split test_progs.c the same way we recently split test_verifier.c. I follow the same patten we did in commit 2dfb40121ee8 ("selftests: bpf: prepare for break up of verifier tests") for verifier: create scaffolding to support dedicated files and slowly move the tests into separate files. The first patch adds scaffolding, subsequent patches move progs into separate files. In theory, many of the standalone tests can be migrated to this new framework as well. They get the benefit of common CHECK macro and bpf_find_map function which a lot of standalone tests need to redefine. v3 changes: * respin on top of commit ebace0e981b2 ("selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissector") * put bpf_rlimit.h into test_progs.c instead of test_progs.h v2 changes: * added cover letter, added more description about file structure ==================== Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/.gitignore')
-rw-r--r--tools/testing/selftests/bpf/prog_tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/.gitignore b/tools/testing/selftests/bpf/prog_tests/.gitignore
new file mode 100644
index 000000000000..45984a364647
--- /dev/null
+++ b/tools/testing/selftests/bpf/prog_tests/.gitignore
@@ -0,0 +1 @@
+tests.h