Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
refs/heads/net
/
.
/
rust
/
helpers
/
kunit.c
blob: b85a4d394c118906d35ffef85221cf1a8b3c6fe3 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<kunit/test-bug.h>
struct
kunit
*
rust_helper_kunit_get_current_test
(
void
)
{
return
kunit_get_current_test
();
}