mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
10 lines
180 B
C
10 lines
180 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
#include <test_progs.h>
|
||
|
#include <network_helpers.h>
|
||
|
#include <preempt_lock.skel.h>
|
||
|
|
||
|
void test_preempt_lock(void)
|
||
|
{
|
||
|
RUN_TESTS(preempt_lock);
|
||
|
}
|