meson: Fix envvar in tests

`GIMP_TESTING_ABS_TOP_SRCDIR` is supposed to point to the top source root directory, not the top build directory.
This commit is contained in:
Niels De Graef 2020-05-10 17:44:32 +02:00
parent 3a167243b9
commit 5f117d0561
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ foreach test_name : app_tests
test(test_name,
test_exe,
env: [
'GIMP_TESTING_ABS_TOP_SRCDIR=' + meson.build_root(),
'GIMP_TESTING_ABS_TOP_SRCDIR=' + meson.source_root(),
'GIMP_TESTING_ABS_TOP_BUILDDIR='+ meson.build_root(),
'GIMP_TESTING_PLUGINDIRS=' + meson.build_root()/'plug-ins'/'common',
'GIMP_TESTING_PLUGINDIRS_BASENAME_IGNORES=mkgen.pl',