aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/prog_tests/async_stack_depth.c
blob: 118abc29b236c619feec6e5359dfd066ddc2b9e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
// 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);
}