xref: /linux/tools/build/feature/test-libcheck.c (revision 7a5f1cd22d47f8ca4b760b6334378ae42c1bd24b)
1 // SPDX-License-Identifier: GPL-2.0
2 #include <check.h>
3 
4 int main(void)
5 {
6 	Suite *s = suite_create("test");
7 	return s == 0;
8 }
9