qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC] fixup! tests: New make target check-source


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH RFC] fixup! tests: New make target check-source
Date: Thu, 30 Jun 2016 08:30:11 +0200

---
 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 <address@hidden>
+ *
+ * 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

[Prev in Thread] Current Thread [Next in Thread]