10 lines
167 B
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);
|
|
}
|