summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-15 15:02:38 -0400
committerDavid Robillard <d@drobilla.net>2021-03-16 19:08:37 -0400
commit50bbbafd8cb7cac121e7fd37458a1975dd818611 (patch)
tree2efcff12053c4c180dd291ed654c2a53fc87f24d /test/meson.build
parent2f2fac062817a6cca82078fc6dcc6401fca3e292 (diff)
downloadsratom-50bbbafd8cb7cac121e7fd37458a1975dd818611.tar.gz
sratom-50bbbafd8cb7cac121e7fd37458a1975dd818611.tar.bz2
sratom-50bbbafd8cb7cac121e7fd37458a1975dd818611.zip
WIP: Port to serd1 and rework API
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index fe37bd3..afe704a 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -10,7 +10,7 @@ foreach unit : unit_tests
'test_@0@.c'.format(unit),
c_args: prog_args,
include_directories: include_directories(['../src']),
- dependencies: [sratom_dep, serd_dep, sord_dep]),
+ dependencies: [sratom_dep, serd_dep]),
suite: 'unit')
endforeach