aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-06 20:35:46 +0200
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit93133610d2454108ace24948358c4f0be47049a2 (patch)
tree695cfe5c9c3815fc07282a5f19dd22b3edb13e0d /test
parent1d8cc6eebcb61f261f6d92318ffda32d8a4de080 (diff)
downloadserd-93133610d2454108ace24948358c4f0be47049a2.tar.gz
serd-93133610d2454108ace24948358c4f0be47049a2.tar.bz2
serd-93133610d2454108ace24948358c4f0be47049a2.zip
[WIP] Add zix dependency
Most of the system-specific code will be replaced with calls to portable zix functions, and the data structures will be used for in-memory node and statement storage.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index fbfb9380..427d39dd 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -141,7 +141,9 @@ unit_tests = [
test_env = []
if build_machine.system() == 'windows' and host_machine.system() == 'windows'
# For Windows, we need to add to PATH so that DLLs are found
- test_env = ['PATH=@0@;@1@'.format('subprojects' / 'exess')]
+ test_env = [
+ 'PATH=@0@;@1@'.format('subprojects' / 'exess', 'subprojects' / 'zix'),
+ ]
endif
foreach unit : unit_tests