xref: /linux/tools/testing/selftests/bpf/prog_tests/test_struct_ops_multi_args.c (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 #include <test_progs.h>
4 #include "struct_ops_multi_args.skel.h"
5 
6 void test_struct_ops_multi_args(void)
7 {
8 	RUN_TESTS(struct_ops_multi_args);
9 }
10