summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/feature/test-libcheck.c')
-rw-r--r--tools/build/feature/test-libcheck.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/build/feature/test-libcheck.c b/tools/build/feature/test-libcheck.c
new file mode 100644
index 000000000000..cfb8d452e9ef
--- /dev/null
+++ b/tools/build/feature/test-libcheck.c
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
+#include <check.h>
+
+int main(void)
+{
+ Suite *s = suite_create("test");
+ return s == 0;
+}