]> 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)
commit4bfb5700ccc534d46d701fc0699bb93b109a7bb6
tree1a5cdf017ef195a8c53accf14883db92b3b52eb8
parent4207d01d3b86869f7cb7154637889156177fb2f3
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]