]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/pkt_access.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / pkt_access.c
index 0bcccdc34fbca896f79d6a9934ebe2aab06a2b3c..682e4ff45b01025469029ceed60b58d8da39cfe8 100644 (file)
@@ -4,7 +4,7 @@
 
 void test_pkt_access(void)
 {
-       const char *file = "./test_pkt_access.o";
+       const char *file = "./test_pkt_access.bpf.o";
        struct bpf_object *obj;
        int err, prog_fd;
        LIBBPF_OPTS(bpf_test_run_opts, topts,
This page took 0.030808 seconds and 4 git commands to generate.