aboutsummaryrefslogtreecommitdiff
path: root/src/sc2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc2_test.c')
-rw-r--r--src/sc2_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sc2_test.c b/src/sc2_test.c
index c8f016a..f626f26 100644
--- a/src/sc2_test.c
+++ b/src/sc2_test.c
@@ -26,7 +26,13 @@
#include <glib.h>
#include <glib/gstdio.h>
+#include "storycode.h"
+
int main(int argc, char *argv[])
{
+ printf("Here goes...\n");
+ sc_scan_string("PRESTITLE: Hello\n");
+ scparse();
+ printf("Done.\n");
return 0;
}