From 93133610d2454108ace24948358c4f0be47049a2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jun 2018 20:35:46 +0200 Subject: [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. --- test/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1