summaryrefslogtreecommitdiff
path: root/tests/include-smsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include-smsd.c')
-rw-r--r--tests/include-smsd.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/include-smsd.c b/tests/include-smsd.c
new file mode 100644
index 0000000..7f68d03
--- /dev/null
+++ b/tests/include-smsd.c
@@ -0,0 +1,19 @@
+/* Automatically generated test for validating header file gammu-smsd.h */
+/* See gen-include-test.sh for details */
+
+#include <gammu-smsd.h>
+#include <gammu-smsd.h>
+
+/* We do not want to push another header, so we need to copy definiton of UNUSED */
+#ifndef UNUSED
+# if __GNUC__
+# define UNUSED __attribute__ ((unused))
+# else
+# define UNUSED
+# endif
+#endif
+
+int main(int argc UNUSED, char **argv UNUSED)
+{
+ return 0;
+}