mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
tests: Move common test environment variables to top level
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -144,7 +144,7 @@ python_tests = [
|
||||
'codegen.py',
|
||||
]
|
||||
|
||||
test_env = environment()
|
||||
test_env = environment(common_test_env)
|
||||
test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
test_env.set('GIO_MODULE_DIR', '')
|
||||
|
Reference in New Issue
Block a user