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

10 lines
167 B
C
Raw Normal View History

2023-10-24 11:59:35 +01:00
// 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);
}