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
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