summaryrefslogtreecommitdiffstats
path: root/gatchat/test-qcdm.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-10 01:33:47 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-04-10 01:33:47 +0200
commit8cd991b81fba1556a1378625fd5d55917393fdf0 (patch)
treeba96663b6a86ca2d5098a02c1c827976c441940d /gatchat/test-qcdm.c
parent455884d86eecbf699d74af7ff73fd05e4378251a (diff)
downloadofono-8cd991b81fba1556a1378625fd5d55917393fdf0.tar.bz2
Add skeleton for QCDM test program
Diffstat (limited to 'gatchat/test-qcdm.c')
-rw-r--r--gatchat/test-qcdm.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/gatchat/test-qcdm.c b/gatchat/test-qcdm.c
new file mode 100644
index 00000000..ca304bcf
--- /dev/null
+++ b/gatchat/test-qcdm.c
@@ -0,0 +1,29 @@
+/*
+ *
+ * oFono - Open Source Telephony
+ *
+ * Copyright (C) 2008-2010 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+int main(int argc, char **argv)
+{
+ return 0;
+}