aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 7036cd1..a4c4571 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -35,5 +35,6 @@ test(
'test_symap',
files('../src/symap.c'),
c_args: ['-DSYMAP_STANDALONE'],
+ dependencies: [zix_dep],
),
)