git: aab8ed235a8e - main - test-includes: add missing file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 04:06:35 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=aab8ed235a8efc646261fd664700654a4906c177
commit aab8ed235a8efc646261fd664700654a4906c177
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-15 04:05:27 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-15 04:05:27 +0000
test-includes: add missing file
Fixes: dd55767b86bc
Sponsored by: Netflix
---
tools/build/test-includes/test-includes.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tools/build/test-includes/test-includes.c b/tools/build/test-includes/test-includes.c
new file mode 100644
index 000000000000..5518813d8f18
--- /dev/null
+++ b/tools/build/test-includes/test-includes.c
@@ -0,0 +1,7 @@
+/* Public domain */
+
+int
+main(void)
+{
+ return 0;
+}