summaryrefslogtreecommitdiff
path: root/tests/include-memory.c
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2009-07-29 12:36:47 +0200
committerMichal Čihař <michal@cihar.com>2009-07-29 12:36:47 +0200
commit209b670b227941c3019397194c631717563ebc97 (patch)
treec579087158f9e5b806d96b4dee8f3f1aa9e08765 /tests/include-memory.c
Imported Upstream version 1.25.0
Diffstat (limited to 'tests/include-memory.c')
-rw-r--r--tests/include-memory.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/include-memory.c b/tests/include-memory.c
new file mode 100644
index 0000000..0d31926
--- /dev/null
+++ b/tests/include-memory.c
@@ -0,0 +1,18 @@
+/* Automatically generated test for validating header file gammu-memory.h */
+/* See gen-include-test.sh for details */
+
+#include <gammu-memory.h>
+#include <gammu-memory.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;
+}