]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Move test_align under test_progs
authorStanislav Fomichev <sdf@google.com>
Fri, 15 May 2020 19:49:04 +0000 (12:49 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 May 2020 23:18:14 +0000 (01:18 +0200)
commit1adcc8f9ca041a181d3d1852cd7f9b4773531300
tree1a5cdf017ef195a8c53accf14883db92b3b52eb8
parent8b02d10fed4069e7fc4c94860151b1ebc77f6436
selftests/bpf: Move test_align under test_progs

There is a much higher chance we can see the regressions if the
test is part of test_progs.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200515194904.229296-2-sdf@google.com
tools/testing/selftests/bpf/prog_tests/align.c [new file with mode: 0644]
tools/testing/selftests/bpf/test_align.c [deleted file]