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