diff mbox series

[bpf-next,09/10] selftests/bpf: Move reuseport tests under prog_tests/

Message ID 20191212102259.418536-10-jakub@cloudflare.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series Switch reuseport tests for test_progs framework | expand

Commit Message

Jakub Sitnicki Dec. 12, 2019, 10:22 a.m. UTC
Do a pure move the show the actual work needed to adapt the tests in
subsequent patch at the cost of breaking test_progs build for the moment.

Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
---
 tools/testing/selftests/bpf/Makefile                            | 2 +-
 .../{test_select_reuseport.c => prog_tests/select_reuseport.c}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tools/testing/selftests/bpf/{test_select_reuseport.c => prog_tests/select_reuseport.c} (100%)
diff mbox series

Patch

diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index e0fe01d9ec33..90de7d75b5c6 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -28,7 +28,7 @@  LDLIBS += -lcap -lelf -lrt -lpthread
 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_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \
-	test_cgroup_storage test_select_reuseport \
+	test_cgroup_storage \
 	test_netcnt test_tcpnotify_user test_sock_fields test_sysctl test_hashmap \
 	test_cgroup_attach test_progs-no_alu32
 
diff --git a/tools/testing/selftests/bpf/test_select_reuseport.c b/tools/testing/selftests/bpf/prog_tests/select_reuseport.c
similarity index 100%
rename from tools/testing/selftests/bpf/test_select_reuseport.c
rename to tools/testing/selftests/bpf/prog_tests/select_reuseport.c