linux-zen-desktop/tools/testing/selftests/bpf/prog_tests/async_stack_depth.c

10 lines
167 B
C

// SPDX-License-Identifier: GPL-2.0
#include <test_progs.h>
#include "async_stack_depth.skel.h"
void test_async_stack_depth(void)
{
RUN_TESTS(async_stack_depth);
}