]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Convert test_hashmap into test_progs test
authorAndrii Nakryiko <andriin@fb.com>
Wed, 29 Apr 2020 01:21:03 +0000 (18:21 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 29 Apr 2020 02:48:05 +0000 (19:48 -0700)
commitbe4aca736600a566674336e43a1c101c058005f7
tree78d7def42a87f25f49ac44cd010255dbdac46e7b
parent8a9d25a3d2af2bc82311ea663eee7d4a24a8de9d
selftests/bpf: Convert test_hashmap into test_progs test

Fold stand-alone test_hashmap test into test_progs.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200429012111.277390-4-andriin@fb.com
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/prog_tests/hashmap.c [new file with mode: 0644]
tools/testing/selftests/bpf/test_hashmap.c [deleted file]