Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
refs/heads/master
/
.
/
tools
/
build
/
feature
/
test-libcheck.c
blob: cfb8d452e9ef08dd1f4e1d3331eb5517adf48846 [
file
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<check.h>
int
main
(
void
)
{
Suite
*
s
=
suite_create
(
"test"
);
return
s
==
0
;
}