aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-11-02 00:04:53 +0100
committerThomas White <taw@bitwiz.me.uk>2018-11-02 00:04:53 +0100
commit8f4f7ade77fc5fd4f4988ff4b6d0830af0f602e7 (patch)
tree47a3eb9b5a43624bf9c9f206ec2f42364142ee7e /tests/meson.build
parent5fae6046219a3464c0ae216279ecb43bd1ff80e3 (diff)
Update json_test
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 756e924..d1f66b9 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -16,5 +16,6 @@ e = executable('render_subframe', 'render_subframe.c', basic_rendering,
test('Rendering with subframes', e)
e = executable('json_test', 'json_test.c', '../src/sc_parse.c',
- dependencies : [mdep, jsondep])
+ '../src/stylesheet.c',
+ gresources, dependencies : [mdep, jsondep, gtkdep])
test('JSON parsing', e)