aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-07 20:48:25 +0000
committerThomas White <taw@bitwiz.org.uk>2014-01-07 20:48:25 +0000
commit115e8fbfe3af0e0556a58b34b2a52c79536628e0 (patch)
treeae48b10e2791f87d936fb09f8d4dd61b82a8eaeb /tests
parenta7fc324e125fbbdd062172bbf37777c9b8d1d97b (diff)
Initial work for new SC processor
Diffstat (limited to 'tests')
-rw-r--r--tests/render_test.c2
-rw-r--r--tests/storycode_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/render_test.c b/tests/render_test.c
index 81d3dcd..6d5bcec 100644
--- a/tests/render_test.c
+++ b/tests/render_test.c
@@ -32,7 +32,7 @@
#include <gtk/gtk.h>
#include <string.h>
-#include "../src/storycode.h"
+#include "../src/sc_parse.h"
#include "../src/render.h"
#include "../src/stylesheet.h"
#include "../src/frame.h"
diff --git a/tests/storycode_test.c b/tests/storycode_test.c
index c927777..524fe19 100644
--- a/tests/storycode_test.c
+++ b/tests/storycode_test.c
@@ -27,7 +27,7 @@
#include <stdio.h>
-#include "../src/storycode.h"
+#include "../src/sc_parse.h"
static int test_sc(const char *tt)