aboutsummaryrefslogtreecommitdiff
path: root/tests/storycode_test.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-08-08 10:33:05 +0200
committerThomas White <taw@bitwiz.org.uk>2012-08-08 10:33:05 +0200
commitf8d5a4d3c2eed0fde67371159a0ffc3c7d3849c3 (patch)
tree16dc2f5552e932b476f9820ac24d2206fb680f35 /tests/storycode_test.c
parentd9ef450a3a13b61fb04ad57e636cfa3666bbabe7 (diff)
Move to GTK3 (and add tests)
Diffstat (limited to 'tests/storycode_test.c')
-rw-r--r--tests/storycode_test.c37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/storycode_test.c b/tests/storycode_test.c
new file mode 100644
index 0000000..4ff4977
--- /dev/null
+++ b/tests/storycode_test.c
@@ -0,0 +1,37 @@
+/*
+ * storycode_test.c
+ *
+ * Colloquium - A tiny presentation program
+ *
+ * Copyright (c) 2012 Thomas White <taw@bitwiz.org.uk>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <stdio.h>
+
+#include "../src/storycode.h"
+
+
+int main(int argc, char *argv[])
+{
+
+ return 0;
+}