summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/verifier_kfunc_prog_types.c
blob: 3918ecc2ee912ac221da5256c170510df310cab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2024 Meta Platforms, Inc. and affiliates. */

#include <test_progs.h>

#include "verifier_kfunc_prog_types.skel.h"

void test_verifier_kfunc_prog_types(void)
{
	RUN_TESTS(verifier_kfunc_prog_types);
}