]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / sockopt_inherit.c
index 8ed78a9383ba31f1ec75c9f9ef51efe42bbbe4c2..c5cb6e8374b667c71fb20c48e839f8049e7f72f5 100644 (file)
@@ -174,7 +174,7 @@ static void run_test(int cgroup_fd)
        pthread_t tid;
        int err;
 
-       obj = bpf_object__open_file("sockopt_inherit.o", NULL);
+       obj = bpf_object__open_file("sockopt_inherit.bpf.o", NULL);
        if (!ASSERT_OK_PTR(obj, "obj_open"))
                return;
 
This page took 0.035755 seconds and 4 git commands to generate.