From 963f52bbc3282107ef00ea5c2a51084ec44905f2 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 28 Nov 2020 18:42:02 +0000 Subject: [PATCH] tests: Explicitly pass source directory to tests --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index f5bd27ae..d85be960 100644 --- a/src/meson.build +++ b/src/meson.build @@ -80,6 +80,7 @@ test( 'rstest', cargo_script, args: ['test'] + cargo_build_flags, + env: ['SOURCE_DIR=' + meson.source_root()], # this is a whole Carg-based test suite, let it run for a while timeout: 900, depends: [build_rstests, cargo_toml],