----- Original Message ----- > From: "Yonghong Song" <yhs@xxxxxx> > To: "Veronika Kabatova" <vkabatov@xxxxxxxxxx>, bpf@xxxxxxxxxxxxxxx > Cc: sdf@xxxxxxxxxx, andriin@xxxxxx, skozina@xxxxxxxxxx, brouer@xxxxxxxxxx > Sent: Wednesday, August 19, 2020 5:36:01 PM > Subject: Re: [PATCH] selftests/bpf: Remove test_align from TEST_GEN_PROGS > > > > On 8/19/20 3:23 AM, Veronika Kabatova wrote: > > Calling generic selftests "make install" fails as rsync expects all > > files from TEST_GEN_PROGS to be present. The binary is not generated > > anymore (commit 3b09d27cc93d) so we can safely remove it from there. > > > > Fixes: 3b09d27cc93d ("selftests/bpf: Move test_align under test_progs") > > Signed-off-by: Veronika Kabatova <vkabatov@xxxxxxxxxx> > > Could you remove 'test_align' for .gitignore as well? With this, > Acked-by: Yonghong Song <yhs@xxxxxx> > Good idea. Will send a v2 soon. Veronika > > --- > > tools/testing/selftests/bpf/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tools/testing/selftests/bpf/Makefile > > b/tools/testing/selftests/bpf/Makefile > > index a83b5827532f..fc946b7ac288 100644 > > --- a/tools/testing/selftests/bpf/Makefile > > +++ b/tools/testing/selftests/bpf/Makefile > > @@ -32,7 +32,7 @@ LDLIBS += -lcap -lelf -lz -lrt -lpthread > > > > # Order correspond to 'make run_tests' order > > TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map > > test_lpm_map test_progs \ > > - test_align test_verifier_log test_dev_cgroup test_tcpbpf_user \ > > + test_verifier_log test_dev_cgroup test_tcpbpf_user \ > > test_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \ > > test_cgroup_storage \ > > test_netcnt test_tcpnotify_user test_sock_fields test_sysctl \ > > > >