summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/wq.c
blob: 9a07b8bc2c526fd095a11df66c0268d0d30053e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2024 Benjamin Tissoires */
#include <test_progs.h>
#include "wq.skel.h"

void serial_test_wq(void)
{
	LIBBPF_OPTS(bpf_test_run_opts, topts);

	RUN_TESTS(wq);
}