Skip to content

Commit 5597432

Browse files
veruuAlexei Starovoitov
authored andcommitted
selftests/bpf: Remove test_align leftovers
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 3b09d27) so we can safely remove it from there and also from gitignore. Fixes: 3b09d27 ("selftests/bpf: Move test_align under test_progs") Signed-off-by: Veronika Kabatova <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Acked-by: Jesper Dangaard Brouer <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 51f6463 commit 5597432

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tools/testing/selftests/bpf/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ test_lpm_map
66
test_tag
77
FEATURE-DUMP.libbpf
88
fixdep
9-
test_align
109
test_dev_cgroup
1110
/test_progs*
1211
test_tcpbpf_user

tools/testing/selftests/bpf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LDLIBS += -lcap -lelf -lz -lrt -lpthread
3232

3333
# Order correspond to 'make run_tests' order
3434
TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \
35-
test_align test_verifier_log test_dev_cgroup test_tcpbpf_user \
35+
test_verifier_log test_dev_cgroup test_tcpbpf_user \
3636
test_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \
3737
test_cgroup_storage \
3838
test_netcnt test_tcpnotify_user test_sock_fields test_sysctl \

0 commit comments

Comments
 (0)