]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/queue_stack_map.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / queue_stack_map.c
index d2743fc10032dbda3f310737e52937136286c623..722c5f2a77768e991a938974e3455842189cbaea 100644 (file)
@@ -28,9 +28,9 @@ static void test_queue_stack_map_by_type(int type)
                vals[i] = rand();
 
        if (type == QUEUE)
-               strncpy(file, "./test_queue_map.o", sizeof(file));
+               strncpy(file, "./test_queue_map.bpf.o", sizeof(file));
        else if (type == STACK)
-               strncpy(file, "./test_stack_map.o", sizeof(file));
+               strncpy(file, "./test_stack_map.bpf.o", sizeof(file));
        else
                return;
 
This page took 0.034649 seconds and 4 git commands to generate.