xref: /linux/tools/testing/selftests/bpf/prog_tests/compute_live_registers.c (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1*2ea8f6a1SEduard Zingerman // SPDX-License-Identifier: GPL-2.0
2*2ea8f6a1SEduard Zingerman 
3*2ea8f6a1SEduard Zingerman #include "compute_live_registers.skel.h"
4*2ea8f6a1SEduard Zingerman #include "test_progs.h"
5*2ea8f6a1SEduard Zingerman 
6*2ea8f6a1SEduard Zingerman void test_compute_live_registers(void)
7*2ea8f6a1SEduard Zingerman {
8*2ea8f6a1SEduard Zingerman 	RUN_TESTS(compute_live_registers);
9*2ea8f6a1SEduard Zingerman }
10