]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/l4lb_all.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / l4lb_all.c
index 55f733ff410922042d4971ca0127712269ba9ce9..9c1a18573ffdb5b0f5078797f3fe661418bd761b 100644 (file)
@@ -90,7 +90,7 @@ out:
 void test_l4lb_all(void)
 {
        if (test__start_subtest("l4lb_inline"))
-               test_l4lb("test_l4lb.o");
+               test_l4lb("test_l4lb.bpf.o");
        if (test__start_subtest("l4lb_noinline"))
-               test_l4lb("test_l4lb_noinline.o");
+               test_l4lb("test_l4lb_noinline.bpf.o");
 }
This page took 0.032684 seconds and 4 git commands to generate.