---
 tests/header-test-template.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tests/header-test-template.c

diff --git a/tests/header-test-template.c b/tests/header-test-template.c
new file mode 100644
index 0000000..b6f86f4
--- /dev/null
+++ b/tests/header-test-template.c
@@ -0,0 +1,16 @@
+/*
+ * Template for make check-headers
+ *
+ * Copyright (C) 2016 Red Hat, Inc.
+ *
+ * Authors:
+ *  Markus Armbruster <arm...@redhat.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or
+ * later.  See the COPYING file in the top-level directory.
+ */
+
+#include "qemu/osdep.h"
+#include "@header@"
+/* Include a second time to catch missing header guard */
+#include "@header@"
-- 
2.5.5


Reply via email to